Closed ellisonbg closed 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.
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.