So there are a fair few blog posts about that introduce CSS modules. For example:
the official documentation: https://github.com/css-modules/css-modules
a post from CSS Tricks: https://css-tricks.com/css-modules-part-1-need/
These show us the syntax, and what they do, and how to use it.
But what actually is CSS Modules?
- Is it a library that needs to be installed?
- Or is it a spec/methodology that various pre/post processors, bundlers use that eventually compiles to JS?
- A formal spec created by a standards body?