cssparse_py2 (1) Linux Manual Page
NAME
cssparse – A CSS parser.
SYNOPSIS
cssparse [options…] [path…]
DESCRIPTION
Script version of cssutils.parseString(), cssutils.parseFile() and cssutils.parseUrl(). The combined CSS is outputed to stdout. Logging is directed to stderr.
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
