CSS Minifier
Minify CSS. Remove comments and whitespace.
Result
—
Related tools
How it works
- 1Paste CSS into the input area.
- 2Comments and whitespace are removed.
- 3Copy the minified CSS.
Example
Input: .foo { color: red; } /* comment */
Output: .foo{color:red}