CSS Minifier

CSS Minifier

Removes comments and unnecessary whitespace. For complex edge cases (strings with braces), use a full build-tool minifier.

Minify CSS

The minifier removes comments, line breaks and unnecessary whitespace from CSS code. This reduces the file size and speeds up loading your website. The status line tells you how many characters were saved.

  • Comments: /* … */ is removed.
  • Whitespace: Line breaks and multiple spaces are collapsed, unnecessary characters around braces and colons removed.
  • Limits: A simple minifier – for edge cases (e.g. braces in content strings) use the minify tool of your build system.

Related tools

Scroll to Top