Skip to content

Commit 295b9f5

Browse files
author
NiallSmyth
committed
Added readme info
1 parent ba47ab3 commit 295b9f5

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,22 @@
11
# Custard.SassC
22
A 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

0 commit comments

Comments
 (0)