pysassc - Man Page
manual page for pysassc 0.23.0 (sass/libsass 3.6.6)
Synopsis
pysassc [options] SCSS_FILE [OUT_CSS_FILE]
Options
- --version
show program's version number and exit
- -h, --help
show this help message and exit
- -t STYLE, -s STYLE, --style=STYLE, --output-style=STYLE
Coding style of the compiled result. Choose one of nested, expanded, compact, or compressed. [default: nested]
- -m, -g, --sourcemap
Emit source map. Requires the second argument (output css filename).
- --sourcemap-file=FILE
Output file for source map. If omitted, source map is based on the output css filename
- --sourcemap-contents
Embed sourcesContent in source map
- --sourcemap-embed
Embed sourceMappingUrl as data URI
- --omit-sourcemap-url
Omit source map URL comment from output
- --sourcemap-root=DIR
Base path, will be emitted to sourceRoot in source-map as is
- -I DIR, --include-path=DIR
Path to find "@import"ed (S)CSS source files. Can be multiply used.
- -p PRECISION, --precision=PRECISION
Set the precision for numbers. [default: 5]
- --source-comments
Include debug info in output
Info
July 2024 pysassc 0.23.0 (sass/libsass 3.6.6)