2
0
mirror of https://github.com/jupyter/notebook.git synced 2025-02-17 12:39:54 +08:00
notebook/IPython/html/static/style/ipython.less
Paul Ivanov 9ccf8e39fe remove auth and tree from ipython.less
@minrk said it's the right thing to do
2014-04-10 14:02:12 -07:00

10 lines
271 B
Plaintext

// minimal imports from bootstrap - only variables and mixins
@import "../components/bootstrap/less/variables.less";
@import "../components/bootstrap/less/mixins.less";
// base
@import "../base/less/style.less";
// notebook
@import "../notebook/less/style_noapp.less";