node-generator-chrome-ninja
node-generator-chrome-ninja copied to clipboard
Consider using CSS modules
https://github.com/css-modules/css-modules
A CSS Module is a CSS file in which all class names and animation names are scoped locally by default. All URLs and imports are in module request format (./xxx and ../xxx means relative, xxx and xxx/yyy means in modules folder, i. e. in node_modules).
Why?
modular and reusable CSS!
- No more conflicts.
- Explicit dependencies.
- No global scope.
And the ability to livereload css...