Open jimporter opened 6 years ago
It'd be nice if we used CSS variables for our colors
@jimporter Agreed. What do you think about using the variables approach documented here? https://github.com/css-modules/css-modules/blob/master/docs/values-variables.md
How about using Sass? That way we'd get improved nesting support and other stuff for "free".
I don't think we get much out of SASS that we don't already get from modularized CSS.
It'd be nice if we used CSS variables for our colors. This will also probably require that we add CSS minification to remove duplicate definitions of said variables.
For minification, we can use https://github.com/NMFR/optimize-css-assets-webpack-plugin maybe?