Skip to content

Commit 03f3b87

Browse files
authored
Improving readme markdown
1 parent 295b9f5 commit 03f3b87

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Custard.SassC
22
A custard command for compiling SCSS into CSS using SassC
33

4+
```
45
Usage:
56
compile:scss [options] <input> <output>
67
@@ -17,6 +18,7 @@ Options:
1718
-p, --precision=PRECISION Set the precision for numbers.
1819
-a, --autoprefix Run postcss autoprefixer on output CSS files.
1920
-vv Increase output verbosity (displays output from sasscb and autoprefixer).
21+
```
2022

2123
**Note:** The autoprefixer option requires postcss CLI and autoprefixer to be installed globally.
22-
These are node.js modules and can be installed
24+
These are node.js modules and can be installed

0 commit comments

Comments
 (0)