From 4d4ed6009fb3f772ce16b93379f31a28f73940bb 2014-07-27 12:52:04 From: MinRK Date: 2014-07-27 12:52:04 Subject: [PATCH] update fa-font-path less variable --- diff --git a/IPython/html/static/style/style.less b/IPython/html/static/style/style.less index 860d0ac..488c1ef 100644 --- a/IPython/html/static/style/style.less +++ b/IPython/html/static/style/style.less @@ -12,7 +12,7 @@ * */ @import "../components/font-awesome/less/font-awesome.less"; -@FontAwesomePath: "../components/font-awesome/fonts"; +@fa-font-path: "../components/font-awesome/fonts"; // base @import "../base/less/style.less";