Rate this tool:
Was this tool helpful?
Developer Tools
Strip whitespace, comments, and redundant characters to shrink your CSS.
Minified CSS appears here
Paste your CSS and hit Minify — we'll strip the fluff and show you how much smaller it got.
.css file.What gets removed: comments (/* ... */), redundant whitespace, trailing semicolons before }. For production use, consider a full-featured tool like cssnano for additional optimizations like shorthand merging.