You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there are multiple input files, the --dir or --replace option must be passed.
140
142
141
-
Input files may contain globs. If you pass an input directory, it will process all files in the directory and any subdirectories.
143
+
Input files may contain globs (ie: src/**/*.css). If you pass an input directory, it will process all files in the directory and any subdirectories, respecting the glob pattern.
142
144
143
145
For more details, please see https://github.com/postcss/postcss-cli`
0 commit comments