##// END OF EJS Templates
Adding style.less to each subdir - but still use global style.less
Adding style.less to each subdir - but still use global style.less

File last commit:

r10718:ea315a97
r10718:ea315a97
Show More
style.less
14 lines | 254 B | text/x-less | LessCssLexer
// Bootstrap
@import "../components/bootstrap/less/bootstrap.less";
// base
@import "../base/less/style.less";
// auth
@import "../auth/less/style.less";
// notebooks
@import "../notebooks/less/style.less";
// tree
@import "../tree/less/style.less";