Skip to content

Commit bd1e483

Browse files
committed
More README tweaks
1 parent 6481257 commit bd1e483

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ You can view the changelog here: https://github.com/dhershman1/sass-pack/blob/ma
3030

3131
Example:
3232
> sass-pack -o public/css -s src/app,public/scss/themes -m src/config/css_manifest.json
33+
> sass-pack -o dist/css -s src/app/scss/main,src/app/scss/themes -f -q
3334
3435
OR
3536

@@ -41,7 +42,7 @@ Sass-Pack can now be used as a simple function call, it will return a promise an
4142

4243
The options are the same as if using the cli to send a list of paths when using the API put the paths into an array of strings
4344

44-
**AS OF v1.5.0 using single letter property names is NO LONGER supported**
45+
**AS OF >=v1.5.0 using single letter property names is NO LONGER supported**
4546

4647
* `source` - Source file paths (Supports Globs)
4748
* `output` - Output path (Supports Globs)

0 commit comments

Comments
 (0)