logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cssparse - A CSS parser.

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...]

See Also