##// END OF EJS Templates
Playing with the order of less imports.
Playing with the order of less imports.

File last commit:

r10720:8952b600
r10720:8952b600
Show More
style.less
18 lines | 376 B | text/x-less | LessCssLexer
// Bootstrap
@import "../components/bootstrap/less/bootstrap.less";
// base
@import "../base/less/style.less";
// auth
@import "../auth/less/style.less";
// tree
@import "../tree/less/style.less";
// notebooks
// This has to be imported after the tree style.less because the ipython-main-app class needs to be
// overridden here.
@import "../notebooks/less/style.less";