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.
npm install css-stringifyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parses a CSS string to AST using css-parse, then stringifies it back to CSS using css-stringify.
Use the 'css' package which re-exports stringify: import { stringify } from 'css';import { stringify } from 'css-stringify';No dependency data recorded yet.