Tools / Developer / CSS Minifier
DEVELOPER

CSS Minifier

Strip comments and whitespace to shrink your stylesheets.

How to use

Paste your CSS, click Minify, then copy or download the result. Comments are removed and whitespace collapsed while keeping strings intact.

Note

This is a safe lightweight minifier for typical stylesheets. Always keep your original source files.

Frequently asked questions

Media queries preserved?

Yes, structure stays intact while whitespace vanishes.

Source maps?

Not generated; keep your original files as the map.

Sass or Less input?

Compile those to CSS first, then minify here.

Related tools