CMD + K

rcssmin

Community

Fast CSS minifier for Python

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::rcssmin

Usage Tracking

1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
5 / 8 versions selected
Downloads (Last 6 months): 0

Description

RCSSmin is a CSS minifier written in python. The minifier is based on the semantics of the YUI compressor, which itself is based on the rule list by Isaac Schlueter. This module is a re-implementation aiming for speed instead of maximum compression, so 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).

About

Summary

Fast CSS minifier for Python

Last Updated

Oct 12, 2025 at 13:02

License

Apache-2.0 AND BSD-3-Clause

Supported Platforms

noarch

Unsupported Platforms

linux-64 Last supported version: 1.0.6
win-32 Last supported version: 1.0.6
macOS-64 Last supported version: 1.0.6
win-64 Last supported version: 1.0.6