##// END OF EJS Templates
Code for the less magic was unnecessarily reading the entire input file twice. Redundant read removed.
Code for the less magic was unnecessarily reading the entire input file twice. Redundant read removed.

File last commit:

r19591:be7f0144
r19624:8d378a70
Show More
ipython.less
12 lines | 367 B | text/x-less | LessCssLexer
MinRK
add IPython-only CSS...
r11337 // minimal imports from bootstrap - only variables and mixins
@import "../components/bootstrap/less/variables.less";
@import "../components/bootstrap/less/mixins.less";
Jonathan Frederic
Address comments
r19591 // minimal imports from font-awesome
@import "../components/font-awesome/less/variables.less";
MinRK
add IPython-only CSS...
r11337 // base
@import "../base/less/style.less";
// notebook
Matthias BUSSONNIER
rename app.less to style_noapp.less
r13545 @import "../notebook/less/style_noapp.less";