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

pysassc - pysassc Documentation

Author

       Hong Minhee

Name

       pysassc - pysassc Documentation

       This provides SassC compliant CLI executable named pysassc:

          $ pysassc
          Usage: pysassc [options] SCSS_FILE [CSS_FILE]

       There are options as well:

       -t<style>,--style<style>
              Coding  style  of the compiled result.  The same as sass.compile() function's output_style keyword
              argument.  Default is nested.

       -s<style>,--output-style<style>
              Alias for -t / --style.

              Deprecated since version 0.11.0.

       -I<dir>,--include-path<dir>
              Optional directory path to find @imported (S)CSS files.  Can be multiply used.

       -m,-g,--sourcemap
              Emit source map.  Requires the second argument (output CSS filename).  The filename of source  map
              will be the output CSS filename followed by .map.

              Added in version 0.4.0.

       -p,--precision
              Set the precision for numbers. Default is 5.

              Added in version 0.7.0.

       --source-comments
              Include debug info in output.

              Added in version 0.11.0.

       --sourcemap-file
              Output file for source map

              Added in version 0.17.0.

       --sourcemap-contents
              Embed sourcesContent in source map.

              Added in version 0.17.0.

       --sourcemap-embed
              Embed sourceMappingUrl as data URI

              Added in version 0.17.0.

       --omit-sourcemap-url
              Omit source map URL comment from output

              Added in version 0.17.0.

       --sourcemap-root
              Base path, will be emitted to sourceRoot in source-map as is

              Added in version 0.17.0.

       -v,--version
              Prints the program version.

       -h,--help
              Prints the help message.

See Also