CSS Minifier
Shrink a stylesheet before you paste it into a theme, an email or a CMS. Comments, indentation and redundant characters go; every rule and value stays exactly as it was. The byte count and percentage saved are shown next to the result.
0 B
—
🔒 Runs in your browser — nothing is uploaded. Formatting uses Prettier, loaded from the jsDelivr CDN on first use.
Share:
What gets removed
| Before | After | Why it is safe |
|---|---|---|
| /* header */ .a { color: red; } | .a{color:red} | comments, spaces and the last semicolon are ignored by browsers |
| margin: 0.5em 0 0.25em | margin:.5em 0 .25em | a leading zero is optional in CSS numbers |
| color: #ffffff | color:#fff | doubled hex digits are the same colour |
| a > b , c ~ d | a>b,c~d | combinators need no spaces |
Undo it with the CSS formatter. Scripts: JavaScript minifier.
Frequently asked questions
Cite this calculator
APA
CalcBrew. (2026). CSS Minifier. https://calcbrew.com/css-minifierMLA
“CSS Minifier.” CalcBrew, 2026, calcbrew.com/css-minifier.Link to https://calcbrew.com/css-minifier. Results are estimates; cite the underlying formula or data source for academic work.
Related tools
HTML Encoder & DecoderFree HTML encoder and decoder: escape < > & " ' as HTML entities so code shows as text, optionally encode…JavaScript Formatter & BeautifierFree JavaScript formatter: beautify minified or messy JS with Prettier — 2 or 4 spaces or tabs, semicolons…JavaScript MinifierFree JavaScript minifier powered by Terser: remove whitespace and comments, shorten variable names and apply…JSON Formatter, Validator & Minifier OnlineFree JSON formatter: pretty-print JSON with 2 or 4 spaces or tabs, validate it with the exact error line and…URL Encoder & DecoderFree URL encoder and decoder: percent-encode text for query strings (encodeURIComponent) or whole URLs…UUID GeneratorFree UUID generator: create one or hundreds of version 4 (random) or version 7 (time-ordered) UUIDs/GUIDs…
More in Developer Tools · All tools & games