cssparse - A CSS parser.
Contents
Description
Script version of cssutils.parseString(), cssutils.parseFile() and cssutils.parseUrl(). The combined CSS
is outputed to stdout. Logging is directed to stderr.
Name
cssparse - A CSS parser.
Options
-d, --debug
Activate debugging output.
-eENCODING, --encoding=ENCODING
Encoding of the file or override encoding found.
-h, --help
Display help message and exit.
-m, --minify
Minify parsed CSS.
-sSOMESTRING, --string=SOMESTRING
Parse given string.
-uURL, --url=URL
Parse the given URL.
See Also
/usr/share/doc/python-cssutils-doc/docs/html/docs/index.html
April 7, 2011 cssparse(1)
Synopsis
cssparse [options...] [path...]
