A JavaScript CSS stringifier for Node.js, part of the Rework CSS ecosystem. It takes an AST produced by css-parse and converts it back to a CSS string. Version 2.0.0 is the latest stable release, compatible with Node.js. Typically used internally via the `css` package. Not actively developed, but stable for legacy projects.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Named export, not default. Also exposed via require: const { stringify } = require('css-stringify');
Parses a CSS string to AST using css-parse, then stringifies it back to CSS using css-stringify.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.