Utilities
CSS Minified CSS
Minify and format CSS code locally in your browser.
61 B -> 0 B, 100.0% smaller
About CSS Minifier
Strip whitespace, comments, and dead rules from CSS to shrink the file size sent to browsers. Typical input gets 30-50 percent smaller with no visual change.
Frequently asked questions
Will minification break my CSS?
Standard CSS minifies safely. Tools that target IE6 hacks or rely on specific comment delimiters can break, but those are rare in modern stacks.
Should I minify before or after PostCSS?
After. Minify as the last step in the build so plugins like autoprefixer see readable input.