@@ -30,14 +30,15 @@ Usage:
3030 postcss <input.css>... [OPTIONS] --replace
3131
3232Basic options:
33- -o, --output Output file [string]
34- -d, --dir Output directory [string]
35- -r, --replace Replace (overwrite) the input file [boolean]
36- --map, -m Create an external sourcemap
37- --no-map Disable the default inline sourcemaps
38- --verbose Be verbose [boolean]
39- --watch, -w Watch files for changes and recompile as needed [boolean]
40- --env A shortcut for setting NODE_ENV [string]
33+ -o, --output Output file [string]
34+ -d, --dir Output directory [string]
35+ -r, --replace Replace (overwrite) the input file [boolean]
36+ --map, -m Create an external sourcemap
37+ --no-map Disable the default inline sourcemaps
38+ --verbose Be verbose [boolean]
39+ --watch, -w Watch files for changes and recompile as needed [boolean]
40+ --env A shortcut for setting NODE_ENV [string]
41+ --include-dotfiles Enables glob to match files/dirs that begin with "." [boolean]
4142
4243Options for when not using a config file:
4344 -u, --use List of postcss plugins to use [array]
0 commit comments