# css-stringify

> CSS compiler

Latest version **2.0.0** (published 2014-06-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install css-stringify
pnpm add css-stringify
yarn add css-stringify
bun add css-stringify
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2014-06-18 |
| First published | 2012-07-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 55 |
| Author | TJ Holowaychuk |
| Maintainers | tjholowaychuk, jonathanong, jongleberry, conradz, necolas, anthonyshort, ianstormtaylor, moox, clintwood, lydell |
| Keywords | css, stringify, stylesheet |

## Links

- npm: https://www.npmjs.com/package/css-stringify
- Repository: https://github.com/reworkcss/css-stringify
- Issues: https://github.com/reworkcss/css-stringify/issues
- npm.io page: https://npm.io/package/css-stringify

## Dependencies (1)

- [css](https://npm.io/package/css.md) ^2.0.0

## Alternatives

- [style-dictionary](https://npm.io/package/style-dictionary.md) — 2.0M weekly downloads
- [postcss-merge-idents](https://npm.io/package/postcss-merge-idents.md) — 1.7M weekly downloads
- [@fontsource/noto-sans](https://npm.io/package/@fontsource/noto-sans.md) — 93.0K weekly downloads
- [uglifycss](https://npm.io/package/uglifycss.md) — 71.6K weekly downloads
- [mat4-interpolate](https://npm.io/package/mat4-interpolate.md) — 23.3K weekly downloads

## Recent versions

- 2.0.0 (latest) — 2014-06-18
- 1.4.1 — 2013-12-09
- 1.4.0 — 2013-11-27
- 1.3.2 — 2013-10-18
- 1.3.1 — 2013-06-02
- 1.3.0 — 2013-05-29
- 1.2.0 — 2013-05-21
- 1.1.0 — 2013-03-19
- 1.0.5 — 2013-03-15
- 1.0.4 — 2012-11-15
- 1.0.3 — 2012-09-04
- 1.0.2 — 2012-09-01
- 1.0.1 — 2012-07-26
- 1.0.0 — 2012-07-20

## README

# css-stringify

  JavaScript CSS stringifier for Node.js (exports the `stringify` method of [css](https://github.com/reworkcss/css))

## Installation

  $ npm install css-stringify

## Usage

  Please see the [css](https://github.com/reworkcss/css) module documentation.

## License

  MIT

---
_Source: https://npm.io/package/css-stringify · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
