# reworkcss/css

CSS parser / stringifier for Node.js

Repository: https://github.com/reworkcss/css
Canonical: https://ross.abutalabs.com/products/reworkcss-css
Language: CSS
License: MIT
License Family: permissive
Last push: 2026-06-04T09:06:14+00:00

## Health v2 (maintenance only)
Score: 70/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 85, release rhythm 35, longevity 100
- inputs: {"age_days": 5159, "days_push": 90, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1646, forks 274 (observed 2026-08-28T04:05:16.346508+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: parser, serialization
- domain: web-development, frontend, parsers
- platform: -
- tags: css-parser, css-stringifier, ast, source-maps, deprecated, nodejs

## Member repositories
- reworkcss/css (main) score 70

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:16.346508+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:45:23.627050+00:00, confidence not recorded.
  - readme: https://github.com/reworkcss/css (fetched 2026-08-28T04:05:16.346508+00:00, sha 62ac3c9287b5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
