Archive

Posts Tagged ‘Css anayalger’

Online Tool To Compress CSS Code

December 8th, 2009 No comments

in that post  you you will know that how to tweak your CSS code, to make your template load faster. it can ease your work and can remove all the unnecessary comments and whitespace from a CSS file. I used this tool and saved 21.48% space.

Why to compress CSS file

  • It cleans up your CSS code.
  • Makes CSS editing easy
  • Fast loading of template

How to compress CSS files

1. First copy all the code present in your style.css file

2. Now open CSS Compressor from here

3. Keep the default options as it is but put a tick on One rule per line

4. Paste the code in the first textbox i.e Code In and click on Compress

5. Your new compressed code will appear in the second textbox i.e Code Out, copy the whole code from there and replace it with the old one and you’re done!

For more understanding, here is a screenshot for you.

css compress online

Visit and enjoy : CSS Compressor

Source: beep the geek