Online CSS Minifier

Online CSS Compressor and Minifier

CSS Minifier is an online tool to compress CSS code and reduce the CSS code size. This free online minifier helps to make your website faster by reducing the CSS code and file size. You can use this tool to minify CSS code online and speed up the load time of your website.

CSS Compressor instantly minifies CSS code and show you the following statistics.

  • Size of the input CSS.
  • Size of the minified CSS.
  • Reduction percentage.

Usage of CSS Minifier

The CSS Minifier tool is very easy to use. Put your existing CSS code in the input text area and click the MINIFY CSS button. The CSS code will be compressed and minified version will be created automatically. There are two options to get the compressed CSS, you can copy the minified CSS or download as a file. After that, you can use the minified CSS in your project without any code loses.

What does the CSS Minifier do?

Online CSS Minifier does the following to compress CSS code and reduce size.

  • Remove unnecessary white spaces, line breaks, and characters.
  • Remove blocks separators.
  • Remove all comments.
  • Remove empty and extra CSS declarations.
  • Remove extra semi-colons.
  • Hexadecimal colors code following the pattern #AABBCC is reduced to #ABC
  • and many more.