← Back to Tech
CSS Modules
CSS Modules transform class names at build time so styles remain isolated to a component or module. They are commonly used in React and Next.js projects to keep styling predictable without a large global CSS surface.
Official docs
https://github.com/css-modules/css-modules →Related projects
No matching projects found.