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?