tags:

views:

38

answers:

1

Almost all the CSS minifiers I can find are basically regexes that strip whitespace. Are there any CSS minifiers that are a little smarter about it? like merging selectors/properties that are similar, etc?

A: 

You can Google stuff like "CSS optimizer" or "CSS cleaner". I found that Clean CSS did the job pretty well!

Mickel