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 0ac612c commit 28fa45aCopy full SHA for 28fa45a
README.md
@@ -29,13 +29,13 @@ postcss [input.css] [OPTIONS] [-o|--output output.css] [-w|--watch]
29
The input may also be a glob:
30
31
```bash
32
-postcss src/*.css [OPTIONS]
+postcss "src/*.css" [OPTIONS]
33
```
34
35
Recursively read a directory:
36
37
38
-postcss src/**/*.css [OPTIONS]
+postcss "src/**/*.css" [OPTIONS]
39
40
41
> ⚠️ If there are multiple input files, the --dir or --replace option must be passed.
0 commit comments