RCSSmin is a CSS minifier. The implementation is based on the semantics of the YUI compressor, but aiming for speed instead of maximum compression so that it can be used at runtime rather than during a preprocessing step. rCSSmin does syntactical compression only (removing spaces, comments, and possibly semicolons). It does not provide semantic compression (like removing empty blocks, collapsing redundant properties etc). It does, however, support various CSS hacks (by keeping them working as intended).
| Tags | Utilities Web Development minimization |
|---|---|
| Licenses | Apache 2.0 |
| Implementation | Python 3 C Python 2 PyPy Jython |
Recent releases


Release Notes: This release updates packaging and compatibility. A dummy option has been added to setup.py to support the pip installer. Support for the following Python implementations has been added: PyPy (1.9, 2.0) and Jython (2.5).


Release Notes: This release adds support for Python 3.3.


Release Notes: This is the initial public release.