File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 11# Custard.SassC
22A custard command for compiling SCSS into CSS using SassC
3+
4+ Usage:
5+ compile: scss [ options] <input > <output >
6+
7+ Arguments:
8+ input File or directory to compile
9+ output File or directory to output to
10+
11+ Options:
12+ -s, --style=STYLE Output style. Can be: nested, compressed. [ default: "compressed"]
13+ -l, --line-numbers Emit comments showing original line numbers.
14+ -i, --import-path=IMPORT-PATH Set Sass import path.
15+ -m, --sourcemap Emit source map.
16+ -M, --omit-map-comment Omits the source map url comment.
17+ -p, --precision=PRECISION Set the precision for numbers.
18+ -a, --autoprefix Run postcss autoprefixer on output CSS files.
19+ -vv Increase output verbosity (displays output from sasscb and autoprefixer).
20+
21+ ** Note:** The autoprefixer option requires postcss CLI and autoprefixer to be installed globally.
22+ These are node.js modules and can be installed
You can’t perform that action at this time.
0 commit comments