Free CSS Minifier
Reduce your CSS file size by removing whitespace, comments, and redundant code.
Input CSS
0 bytes
Minified CSS
0 bytes
What does CSS minification do?
- Removes all CSS comments (/* ... */)
- Strips unnecessary whitespace and newlines
- Removes trailing semicolons in rule blocks
- Collapses spaces around CSS syntax characters
