RSS

CSS Compressor – Compress CSS Code for Faster Page Loads

CSS Compressor is a tool to compress your CSS to increase loading speed and save on bandwidth as well. You can choose from three levels of compression; Light, Normal or Super Compact Mode, depending on how legible you want the compressed CSS to be versus degree of compression. The “Normal” mode should work well in most cases, creating a good balance between the two.

How CSS Compressor works:

  • strip all comments
  • remove space around chars
  • remove tabs, remove empty lines
  • compress color codes
  • unnecessary semi-colons
  • put one command into one line
CSS Compressor is web-based, visit http://www.cssdrive.com/index.php/main/csscompressor/. It is a must tool for every webmaster.

csscompressor01