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 1dd6408 commit 3c90a48Copy full SHA for 3c90a48
README.md
@@ -60,7 +60,7 @@ cat input.css | postcss [OPTIONS] > output.css
60
|`-s, --syntax`|`{String}`|`undefined`|Custom PostCSS Syntax|
61
|`-t, --stringifier`|`{String}`|`undefined`|Custom PostCSS Stringifier|
62
|`-w, --watch`|`{Boolean}`|`false`|Enable Watch Mode|
63
-|`--poll`|`{Boolean|Number}`|`100`|Use polling for file watching. Can optionally pass polling interval; default 100 ms|
+|`--poll`|`{Boolean\|Number}`|`100`|Use polling for file watching. Can optionally pass polling interval; default 100 ms|
64
|`-u, --use`|`{Array}`|`[]`|PostCSS Plugins|
65
|`-m, --map`|`{Boolean}`|`{ inline: true }`|External Sourcemaps|
66
|`--no-map`|`{Boolean}`|`false`|Disable Sourcemaps|
0 commit comments