We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769c979 commit 7db0de4Copy full SHA for 7db0de4
README.md
@@ -46,6 +46,7 @@ cat input.css | postcss [OPTIONS] > output.css
46
|`-p, --parser`|`{String}`|`undefined`|Custom PostCSS Parser|
47
|`-s, --syntax`|`{String}`|`undefined`|Custom PostCSS Syntax|
48
|`-s, --stringifier`|`{String}`|`undefined`|Custom PostCSS Stringifier|
49
+|`-w, --watch`|`{Boolean}`|`false`|Watch files for changes and recompile as needed
50
|`-u, --use`|`{Array}`|`[]`|List of PostCSS Plugins|
51
|`-m, --map`|`{Boolean}`|`{ inline: true }`|External Sourcemap|
52
|`--no-map`|`{Boolean}`|`false`|Disable Sourcemaps|
0 commit comments