We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc68e7 commit cc78d46Copy full SHA for cc78d46
1 file changed
README.md
@@ -26,6 +26,18 @@ npm i -g|-D postcss-cli
26
postcss [input.css] [OPTIONS] [-o|--output output.css] [-w|--watch]
27
```
28
29
+The input may also be a glob:
30
+
31
+```bash
32
+postcss src/*.css [OPTIONS]
33
+```
34
35
+Recursively read a directory:
36
37
38
+postcss src/**/*.css [OPTIONS]
39
40
41
> ⚠️ If there are multiple input files, the --dir or --replace option must be passed.
42
43
```bash
0 commit comments