Cssmin
*NO LONGER MAINTAINED*. A Python port of the YUI CSS compression algorithm.
Install / Use
/learn @zacharyvoase/CssminREADME
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
node-connect
337.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
337.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.2kCommit, push, and open a PR
