# reworkcss/rework

Plugin framework for CSS preprocessing in Node.js

Repository: https://github.com/reworkcss/rework
Canonical: https://ross.abutalabs.com/products/rework
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2026-06-04T08:48:36+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": 5164, "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 2740, forks 120 (observed 2026-08-28T04:07:16.526240+00:00)

## What it is
A plugin framework for CSS preprocessing in Node.js, built on the css parser, enabling AST-based CSS transformations like vendor prefixing, custom properties, and asset inlining. It is effectively unmaintained, with no material changes in a decade and an explicit recommendation to use more modern alternatives.

## Use cases
- programmatically transform css in nodejs
- build custom css preprocessing plugins
- automate vendor prefixing in css
- inline images as data uris in css
- resolve calc expressions in stylesheets

## When to choose
- maintaining a legacy build pipeline already using rework plugins
- you need a minimal, simple css AST transformation framework

## When to avoid
- starting a new css preprocessing project
- you need actively maintained tooling or bug fixes
- modern alternatives like postcss would fit better

## Facets
- artifact type: library
- maturity: maintenance
- function: css-framework, plugin-system, parser
- domain: web-development, frontend, developer-tools
- platform: -
- tags: css-preprocessing, css-ast, vendor-prefixing, source-maps, deprecated, nodejs, javascript

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

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:16.526240+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-30T08:19:10.023423+00:00, confidence not recorded.
  - readme: https://github.com/reworkcss/rework (fetched 2026-08-28T04:07:16.526240+00:00, sha b27e8726e4b9)
  - registry_npm: https://registry.npmjs.org/rework (fetched 2026-08-29T09:57:34.110748+00:00, sha f068c495d0dd)
- Data as of 2026-08-30T08:39:29.467469+00:00.
