diff --git a/resources/resource_transformers/postcss/postcss.go b/resources/resource_transformers/postcss/postcss.go index 5350eebc5..d26ffad54 100644 --- a/resources/resource_transformers/postcss/postcss.go +++ b/resources/resource_transformers/postcss/postcss.go @@ -98,7 +98,7 @@ func (t *postcssTransformation) Key() resources.ResourceTransformationKey { // npm install -g autoprefixer func (t *postcssTransformation) Transform(ctx *resources.ResourceTransformationCtx) error { - const localPostCSSPath = "node_modules/postcss-cli/bin/" + const localPostCSSPath = "node_modules/.bin/" const binaryName = "postcss" // Try first in the project's node_modules.