notebook/IPython/html/static/style/style.less

18 lines
310 B
Plaintext
Raw Normal View History

// Bootstrap
@import "../components/bootstrap/less/bootstrap.less";
2013-06-03 03:33:01 +08:00
@import "../components/bootstrap/less/responsive.less";
// base
@import "../base/less/style.less";
// auth
@import "../auth/less/style.less";
// tree
@import "../tree/less/style.less";
// notebook
@import "../notebook/less/style.less";