CSS Classes Minifier

JSON →
library 1.0.1 ·javascript
verified Jun 4, 2026

A build-time utility that renames CSS class names to shorter generated strings, reducing HTML/CSS/JS bundle size. v1.0.1 is the latest stable version (no release cadence documented). Key differentiator: focuses specifically on class name minification rather than general CSS minification, with support for prefix/suffix/whitelist and glob-based file selection. Limitations include inability to handle dynamically concatenated class names (e.g., template literals). Alternative: css-minimizer-webpack-plugin or purgecss for more comprehensive CSS optimization.