css-simple-minifier

JSON →
library 2.0.1 ·javascript
verified Jun 4, 2026

A CSS minifier that is tiny and very fast, removing most unnecessary whitespace to achieve ~95% of the compression of full-blown minifiers in ~5% of the time. Current stable version is 2.0.1. It ships TypeScript type definitions. Compared to alternatives like csso or clean-css, this package prioritizes simplicity and speed over maximum compression, making it ideal for development workflows or where quick minification is needed. It is actively maintained with a focused feature set.