About Anaconda Help Download Anaconda

Fast CSS minifier for Python

copied from cf-staging / rcssmin

Installers

Info: This package contains files in non-standard labels.
  • noarch v1.1.3
  • linux-64 v1.0.6
  • osx-64 v1.0.6
  • win-32 v1.0.6
  • win-64 v1.0.6

conda install

To install this package run one of the following:
conda install conda-forge::rcssmin
conda install conda-forge/label/cf201901::rcssmin
conda install conda-forge/label/cf202003::rcssmin

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).


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.4) Legal | Privacy Policy