logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

csscombine - Utility to combine several stylesheets into one.

Description

csscombine  may  be  used  to  combine  several sheets loaded from a main sheet via @import rules. Nested
       @import rules are resolved since cssutils 0.9.6a1.

       The resulting combined sheet (optionally minified) is sent to stdout, info and error messages are handled
       by the normal cssutils log.

       csscombine may also be used to change the encoding of the stylesheet if a target encoding is given.

Name

csscombine - Utility to combine several stylesheets into one.

Options

-h, --help
              Show help message and exit.

       -m, --minify
              Saves minified version of combined files, default is false.

       -sSOURCEENCODING, --sourceencoding=SOURCEENCODING
              Encoding of input, defaulting to "css". If  given,  overwrites  other  encoding  information  like
              @charset declarations.

       -tTARGETENCODING, --targetencoding=TARGETENCODING
              Encoding of output, defaulting to "UTF-8".

       -uURL, --url=URLURL to parse, path... is ignored if URL is given.

See Also

       /usr/share/doc/python-cssutils-doc/docs/html/docs/index.html

                                                  April 9, 2011                                    csscombine(1)

Synopsis

csscombine [options...] path...

See Also