jupyter / jupyter-alabaster-theme

BSD 3-Clause "New" or "Revised" License
2 stars 15 forks source link

Use a CSS preprocessor that supports nested selectors #54

Closed ellisonbg closed 7 years ago

ellisonbg commented 7 years ago

I am finding that with a complex site like this, managing CSS without nested CSS selectors is painful. I think we should use a CSS preprocessor for that alone. Could use less or a more modern one based on postcss, such as nextcss:

http://lesscss.org/ http://cssnext.io/

We should compile it all on the server side to css files that we check into git and ship with our releases.