SkillAgentSearch skills...

Cssmin

*NO LONGER MAINTAINED*. A Python port of the YUI CSS compression algorithm.

Install / Use

/learn @zacharyvoase/Cssmin
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

cssmin

This is a Python port of the YUI CSS Compressor. Install it:

$ easy_install cssmin # OR
$ pip install cssmin

Use it from the command-line:

$ cssmin --help
$ cat file1.css file2.css file3.css | cssmin > output.min.css
$ cssmin --wrap 1000 < input.css > output.css

Or use it from Python:

>>> import cssmin
>>> output = cssmin.cssmin(open('input.css').read())
>>> print output

Related Skills

View on GitHub
GitHub Stars132
CategoryDevelopment
Updated5mo ago
Forks42

Languages

Python

Security Score

77/100

Audited on Sep 29, 2025

No findings