Update postcss.md

This commit is contained in:
Joe Mooring 2022-12-14 09:50:37 -08:00 committed by GitHub
parent 375d75c013
commit d40e7693ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ The resource will be processed using the project's or theme's own `postcss.confi
You must install the required Node.js packages to use the PostCSS feature. For example, to use the `autoprefixer` package, run these commands from the root of your project:
```text
npm install -D postcss postcss-cli autoprefixer
npm install postcss postcss-cli autoprefixer
```
### Options