CSS Minifier
Paste CSS and get a minified version (single line, no comments). Reduces file size.
Minify CSS
How it works
We strip /* */ and // comments, then collapse whitespace while preserving strings.
When to use it
Use before deploying CSS for production.
Frequently asked questions
Source maps?
We do not generate source maps. Use a build tool for that.