CSS Minifier

Minify CSS with a reliable parser, compare file size, and download the resulting .css file.

Code is processed locally in your browser and is not sent to Utilsha.

What a CSS minifier does

CSS minification reduces whitespace, normal comments, and redundant syntax through a parser. License comments beginning with /*! are preserved, and rule restructuring is disabled for a conservative result.

Minification is not HTTP compression

Minification reduces source text. Gzip and Brotli compress bytes during transfer; they can and usually should be used in addition to minified CSS.

Keep the original CSS

The result is suitable for distribution but harder to edit. Keep the original file and automate minification in the build process for real projects.

Explore all web development tools

Related tools