reworkcss/css
CSS parser / stringifier for Node.js observed · 2026-08-28
Health v2 · maintenance only
70/100
- Activity 85
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 5159
- days_rel: n/a
- days_push: 90
- n_releases_24m: 0
Adoption not part of the score
1646 stars · 274 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Node.js CSS parser and stringifier that converts CSS source code into an AST and back, with support for source maps and compression. It is now in maintenance mode with no planned changes; the maintainers recommend migrating to @adobe/css-tools.
Use cases
- parse css into an ast in node.js
- stringify a css ast back to a stylesheet
- generate source maps for transformed css
- compress or minify css output
- programmatically inspect css rules and declarations
When to choose
- you need a simple, battle-tested CSS parser/stringifier for a legacy Node.js pipeline
- you only need basic parse/stringify with source map support and no active development
When to avoid
- you are starting a new project - use @adobe/css-tools or a modern alternative like postcss instead
- you need ongoing bug fixes or new CSS syntax features
- you need browser-side parsing
Facets
library · maturity maintenance
parser serialization web-development frontend parsers css-parser css-stringifier ast source-maps deprecated nodejs
1 source
- readme: https://github.com/reworkcss/css · fetched 2026-08-28 · 62ac3c9287b5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| reworkcss/css | main | 70 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem