python-cssmin
YUI CSS compression algorithm (Python 3 version)
Install
- All systems
-
curl cmd.cat/python-cssmin.sh
- Debian
-
apt-get install python-cssmin - Ubuntu
-
apt-get install python-cssmin - Kali Linux
-
apt-get install python-cssmin - Fedora
-
dnf install python-cssmin - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python-cssmin - Raspbian
-
apt-get install python-cssmin
python3-cssmin
YUI CSS compression algorithm (Python 3 version)
cssmin is a Python port of the YUI Cascading Style Sheet (CSS) compressor. It can be used as a module from other Python programs, including as a filter for python3-webassets bundles. This package contains the Python 3 modules for cssmin. See the cssmin package for the command line tools.
python-cssmin
YUI CSS compression algorithm (Python 2 version)
cssmin is a Python port of the YUI Cascading Style Sheet (CSS) compressor. It can be used as a module from other Python programs, including as a filter for python-webassets bundles. This package contains the Python 2 modules for cssmin. See the cssmin package for the command line tools.
python2-cssmin
A Python port of the YUI CSS compression algorithm. The library
can be used for merging and compressing CSS files.