mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-11 12:30:51 +08:00
10 lines
271 B
Plaintext
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";
|