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.

New in version 0.4.0.


Set the precision for numbers. Default is 5.

New in version 0.7.0.


Include debug info in output.

New in version 0.11.0.


Output file for source map

New in version 0.17.0.


Embed sourcesContent in source map.

New in version 0.17.0.


Embed sourceMappingUrl as data URI

New in version 0.17.0.


Omit source map URL comment from output

New in version 0.17.0.


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

New in version 0.17.0.


Prints the program version.

Prints the help message.

AUTHOR

Hong Minhee

COPYRIGHT

2023, Hong Minhee

January 4, 2023 0.22.0