CSS Optimizer

Tuesday, May 04, 2010 by Hung Nguyen · 0 Comments







Remove comments ?

Super compress (all in one line) ?









This tool can perform the following tasks for optimizing CSS:

* Remove the blanks (the tabs, spaces, marked down the line) abundance, including white marks before and after the colon (:), semicolon (;)
* Delete the semicolon character (;) before finally marked braces ())
* Collapse HTML color codes into a short form (from # FFFFFF to # FFF)
* Collapse CSS code for margin and padding (from form margin: 5px 0px 0px 5px into margin: 5px 0). 3 Support for the short form.

Comments

0 Responses to "CSS Optimizer"

Post a Comment