Go to file
2013-10-09 12:25:35 -04:00
2013-10-08 16:06:29 -04:00
2013-10-09 12:25:35 -04:00
2013-10-08 13:25:11 -04:00
2013-10-08 16:15:02 -04:00

Almost exact port of YUI CSS Compressor. Passes all original unittests.

Usage

>>> from csscompressor import compress
>>> compress('''
...    your css {
...        content: "!";
...    }
... ''')
'your css{content:"!"}'

Compatibility

Tested under Python 2.6, 2.7 and 3.3

Development

Use py.test to run unittests

License

Published under the original Yahoo License for YUI Compressor -- BSD.

Description
RETIRED, further work has moved to Debian project infrastructure
Readme 311 KiB
Languages
Python 100%