🍋
Menu
🍋 CSS Tools

CSS Minifier

Free Browser-only No sign-up
chars words sentences lines

Options

Results

Result

About CSS Minifier

Remove comments, whitespace, and redundant characters from CSS to reduce file size.

How It Works

Strips CSS comments (/* ... */), collapses whitespace around selectors and properties, removes trailing semicolons before closing braces, and trims leading/trailing spaces. All processing happens in your browser.

Frequently Asked Questions

Does this change my CSS behavior?
No. Minification only removes whitespace, comments, and redundant characters. The rendered output is identical.
How much size reduction can I expect?
Typically 20-40% reduction for well-formatted CSS. Heavily commented files see even greater savings.