node-generator-chrome-ninja icon indicating copy to clipboard operation
node-generator-chrome-ninja copied to clipboard

Consider using CSS modules

Open vweevers opened this issue 9 years ago • 1 comments

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.

vweevers avatar Oct 27 '15 09:10 vweevers

And the ability to livereload css...

kessler avatar May 12 '16 19:05 kessler