CSS Compressor 3.0
CSSCompression is a PHP based CSS minifier that analyzes stylesheets for various compressions. It finds possible CSS shorthand techniques for combination of properties. Here's a quick description of each mode.
- Safe: (99% safe) Safe mode does zero combinations or organizing. It's the best mode if you use a lot of hacks.
- Sane: (90% safe) Sane mode does most combinations(multiple long hand notations to single shorthand), but still keeps most declarations in their place.
- Small: (65% safe) Small mode reorganizes the whole sheet, combines as much as it can, and will break most comment hacks.
- Full: (64% safe) Full mode does everything small does, but also converts hex codes to their short color name alternatives.
RSS