Scroll to navigation

PYSASSC(1) libsass PYSASSC(1)

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:

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

Alias for -t / --style.

Deprecated since version 0.11.0.


Optional directory path to find @imported (S)CSS files. Can be multiply used.

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.


Set the precision for numbers. Default is 5.

Added in version 0.7.0.


Include debug info in output.

Added in version 0.11.0.


Output file for source map

Added in version 0.17.0.


Embed sourcesContent in source map.

Added in version 0.17.0.


Embed sourceMappingUrl as data URI

Added in version 0.17.0.


Omit source map URL comment from output

Added in version 0.17.0.


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

Added in version 0.17.0.


Prints the program version.

Prints the help message.

AUTHOR

Hong Minhee

COPYRIGHT

2024, Hong Minhee

August 28, 2024 0.23.0