separates each component into individual line in compiled css, reducing some churn in minified css files.pull/37/head
parent
02a8ab2cf5
commit
112c4083e9
@ -1,2 +1,7 @@
|
||||
/*!
|
||||
*
|
||||
* IPython auth
|
||||
*
|
||||
*/
|
||||
@import "login.less";
|
||||
@import "logout.less";
|
||||
@ -1,2 +1,7 @@
|
||||
/*!
|
||||
*
|
||||
* IPython tree view
|
||||
*
|
||||
*/
|
||||
@import "altuploadform.less";
|
||||
@import "tree.less";
|
||||
Loading…
Reference in new issue