Text UtilitiesText FormattersFree Tool

CSS Minifier

Compress CSS by stripping comments, collapsing whitespace, and removing unnecessary spaces around punctuation.

How to Use CSS Minifier
  1. 1Paste your CSS
  2. 2Click Convert
  3. 3Copy the minified output
Frequently Asked Questions

/* comments */, extra whitespace (collapsed to single spaces), and spacing immediately around {, }, ;, :, ,, >, +, and ~.

No — only whitespace and comment removal; it doesn't merge duplicate selectors, shorten hex colors, or remove unused rules.

A separate (near-identical) implementation with the same purpose — either works the same way.

No — minification happens entirely in your browser.

Related Tools

Related Articles

More from Text Utilities