Minificateur CSS

Supprimez commentaires, espaces et redondances du CSS. Tailles avant/après et pourcentage d'économie.


    
  

What is this for?

CSS that's readable in source — with comments, indentation, and meaningful whitespace — bloats the file your users download. A structural minifier strips all the cosmetic bytes (comments, runs of whitespace, redundant zeros, equivalent shorter hex codes) without changing the rules' meaning. This tool runs that pass in your browser and shows the size before/after so you can see the saving.

When to use it

What it does

Common gotchas