mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-11 12:30:51 +08:00
separates each component into individual line in compiled css, reducing some churn in minified css files.
10 lines
121 B
Plaintext
10 lines
121 B
Plaintext
/*!
|
|
*
|
|
* IPython base
|
|
*
|
|
*/
|
|
@import "variables.less";
|
|
@import "mixins.less";
|
|
@import "flexbox.less";
|
|
@import "error.less";
|