CSS Minifier

Strip comments, whitespace, and redundancy from CSS. See size before/after and the saving percentage.


    
  

What is this for?

CSS written for readability — with comments, indentation, whitespace, and semantic line breaks — creates unnecessary overhead when shipped to users. This tool applies structural minification: it removes comments, collapses whitespace, strips redundant units and zeros, and shortens colour codes, all without altering the stylesheet's meaning or behaviour. You paste in CSS, it shows you the before and after size, and you see exactly how many bytes you've saved.

When to use it

How it works

Common gotchas

Limitations and next steps