A fast CSS minifier and unminifier available as both a web app and CLI tool. Optimize stylesheets for performance or format them for readability.
👉 https://www.wikimint.com/tools/css-minify-unminify
This tool allows you to:
- Minify CSS to reduce file size and improve load speed
- Unminify CSS to restore readable formatting for editing
- Process CSS instantly without installation or setup
It is designed for developers, designers, and website owners who want quick CSS optimization directly in the browser.
npm install -g css-minify-unminifycss-tool minify -s ./src -t ./distcss-tool minify -s ./src -t ./dist --suffix .mincss-tool unminify -s ./src -t ./pretty-s, --source → Source directory-t, --target → Target directory--suffix → Custom suffix
Example:
css-tool minify -s ./src -t ./dist --suffix .bundle- Instant CSS minification and formatting
- Browser-based tool (No signup or installation required)
- Clean and simple interface
- Works entirely in the browser
- CLI for batch processing
- Recursive folder support
- Custom output naming using --suffix
- Works offline (CLI)
- Handles large CSS files
- No dependencies required for CLI
- Fast and lightweight processing
- Simple command structure
- Works locally without internet
- Suitable for automation and CI/CD workflows
We welcome suggestions and improvements. See CONTRIBUTING.md
Report issues responsibly via SECURITY.md
This project is released under a proprietary license. See LICENSE file.