antimatter15
antimatter15

Reputation: 1456

CSS Minifier that doesn't just strip whitespace?

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?

Upvotes: 2

Views: 121

Answers (1)

Mickel
Mickel

Reputation: 6696

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

Upvotes: 1

Related Questions