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

postcss/postcss

Transforming styles with JS plugins observed · 2026-08-28

github.com/postcss/postcss · homepage · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

98/100

  • Activity 99
  • Release rhythm 96
  • Longevity 100
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: 5
  • age_days: 4726
  • days_rel: 27
  • days_push: 7
  • n_releases_24m: 32

Full methodology

Adoption not part of the score

28983 stars · 1640 forks observed · 2026-08-28

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

PostCSS is a JavaScript framework for transforming CSS via a plugin ecosystem, parsing stylesheets into an AST that plugins can analyze and modify. It powers popular tools like Autoprefixer, Stylelint, and CSS Modules, and is used by Wikipedia, Twitter, and JetBrains.

Use cases

  • add vendor prefixes to css automatically
  • transpile modern css syntax for older browsers
  • lint stylesheets for errors and conventions
  • scope css class names with css modules
  • write custom css transformations as js plugins
  • minify css for production

When to choose

  • you need programmatic CSS transformation in a JS build pipeline
  • you want vendor prefixing, future CSS syntax, or CSS linting
  • you are building custom CSS tooling or plugins

When to avoid

  • you only need a full CSS framework with prebuilt components
  • your project does not use a JavaScript build step
  • you prefer Sass/Less-style preprocessing without a plugin pipeline

Facets

framework · maturity stable

parser css-framework linter plugin-system developer-tools frontend web-development web-design developer-tools cross-platform css ast postcss autoprefixer css-transformations build-tool nodejs web-server

4 sources

Member repositories

RepositoryRoleHealth v2
postcss/postcssmain98

For agents

markdown · JSON · MCP: product_card(name="postcss/postcss")

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