Build software better, together

Skip to content

Navigation Menu

Sign in

Appearance settings

css-modules logo

CSS Modules are CSS files in which all class names and animation names are scoped locally by default. They compile to a low-level interchange format called Interoperable CSS, but are written like normal CSS files. The ability to explicitly state dependencies eliminates the need to avoid naming conflicts in the global scope.

For a more colorful introduction, see this blog post, which was written by one of the authors of the project near the time of its release.

Here are 2,450 public repositories matching this topic...

A set of React components implementing Google's Material Design specification with the power of CSS Modules

  • Updated Dec 28, 2021
  • JavaScript

🔬 How the Atomic Design methodology can create a great design system from scratch and make better developers.

  • Updated Jan 24, 2023
  • JavaScript

😎 🐣 A starter boilerplate for a universal web app with the best development experience and a focus on performance and best practices.

  • Updated Mar 5, 2023
  • TypeScript
react-ssr-setup

React Starter Project with Webpack 4, Babel 7, TypeScript, CSS Modules, Server Side Rendering, i18n and some more niceties

  • Updated Feb 13, 2026
  • TypeScript