CSS minifier
Minify CSS by removing comments and whitespace that cannot change meaning.
How to use
- Paste CSS.
- Minify and check the size change.
- Copy or download the result.
What it supports
Never rewrites values, selectors, or declarations — output stays valid whenever the input is. Comments starting with /*! (licenses) are kept, custom property values are copied verbatim, and malformed input is rejected with a line number instead of guessed. Up to 500,000 characters.