Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

online CSS optimizer?

Is there an online CSS optimizer equivalent to Googles JavaScript Closure Optimizer.

I've found plenty of CSS compressors online, but I'm looking for a CSS optimizer ... where it actually removes redundant/conflicting attributes

like image 519
Dand Avatar asked Jan 18 '26 00:01

Dand


1 Answers

Online tools based on csstidy: www.codebeautifier.com or www.cleancss.com.

And perhaps CSS Redundancy Checker might be useful for you. It's a Ruby script that will take CSS rules, and a set of HTML files, and will tell you what you aren’t actually using.

like image 141
bogumil Avatar answered Jan 20 '26 14:01

bogumil