Skip to content

Commit 7db0de4

Browse files
committed
Add missing docs for --watch
1 parent 769c979 commit 7db0de4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ cat input.css | postcss [OPTIONS] > output.css
4646
|`-p, --parser`|`{String}`|`undefined`|Custom PostCSS Parser|
4747
|`-s, --syntax`|`{String}`|`undefined`|Custom PostCSS Syntax|
4848
|`-s, --stringifier`|`{String}`|`undefined`|Custom PostCSS Stringifier|
49+
|`-w, --watch`|`{Boolean}`|`false`|Watch files for changes and recompile as needed
4950
|`-u, --use`|`{Array}`|`[]`|List of PostCSS Plugins|
5051
|`-m, --map`|`{Boolean}`|`{ inline: true }`|External Sourcemap|
5152
|`--no-map`|`{Boolean}`|`false`|Disable Sourcemaps|

0 commit comments

Comments
 (0)