Ross ROSS = Recommend OSS · open-source software intelligence for agents

CSS Modules

Documentation about css-modules observed · 2026-08-28

github.com/css-modules/css-modules observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4118
  • days_rel: n/a
  • days_push: 825
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

17967 stars · 552 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

CSS Modules is a specification and tooling ecosystem for CSS files in which all class and animation names are locally scoped by default, compiling to the ICSS interchange format. It integrates with bundlers like webpack so styles can be imported into JavaScript components as objects mapping local to global class names.

Use cases

  • scope css class names to avoid collisions
  • import css styles into react components
  • compose reusable css classes across modules
  • prevent global style leakage in large projects
  • theme components with locally scoped css

When to choose

  • building component-based frontend apps where style isolation matters
  • using webpack or similar bundlers with css loader support
  • wanting modular, reusable css without a css-in-js runtime

When to avoid

  • need a full utility-first or component css framework with prebuilt styles
  • project has no bundler or build step to process css modules
  • prefer plain global stylesheets for simple static sites

Facets

library · maturity stable

css-framework ui-components build-tool web-development frontend web-design cross-platform css scoped-styles icss webpack modular-css component-styling nodejs web-server

2 sources

Member repositories

RepositoryRoleHealth v2
css-modules/css-modulesdocs32
css-modules/webpack-demoexamples32

For agents

markdown · JSON · MCP: product_card(name="css-modules/css-modules")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem