From d40e7693ff20aa76da2ba3d6bb1ea62951057582 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Wed, 14 Dec 2022 09:50:37 -0800 Subject: [PATCH] Update postcss.md --- content/en/hugo-pipes/postcss.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/hugo-pipes/postcss.md b/content/en/hugo-pipes/postcss.md index 8c55b7877..caf575c17 100755 --- a/content/en/hugo-pipes/postcss.md +++ b/content/en/hugo-pipes/postcss.md @@ -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