CSS Compressor is a Java library and utility for reducing the size of Cascading Style Sheets (CSS). It uses many approaches for reducing CSS files: whitespace and comment stripping, merging selectors with identical rules, using short-hand color representations, omitting semi-colons and units where unnecessary, short-hand box-model properties, and many other small tweaks.
| Tags | Internet Web Software Development Libraries Java Libraries |
|---|---|
| Licenses | BSD Original |
| Operating Systems | OS Independent |
| Implementation | Java |