Hi there,
there is a postcss-cli error in version 0.97.2 which i was hoping to be fixed in version 0.97.3 but seems like it is still there.
version 97.2, displays an odd message that wasn’t there before, indicating that post CSS isn’t supported in this hugo version.
hugo server
Start building sites …
hugo v0.97.2+extended darwin/amd64 BuildDate=unknown
Error: Error building site: POSTCSS: failed to transform "main.min.1662b19e5fc71061c3da1d0ab245580939ea7305567a8550ed5a3938ef4847fc.css" (text/css). Check your PostCSS installation; install with "npm install postcss-cli". See https://gohugo.io/hugo-pipes/postcss/: this feature is not available in your current Hugo version, see https://goo.gl/YMrWcn for more information
Built in 2335 ms
the same error continues to exist in version 0.97.3
hugo server
Start building sites …
hugo v0.97.3+extended darwin/amd64 BuildDate=unknown
Error: Error building site: POSTCSS: failed to transform "main.min.0f9bc59872a95919a82c5e235b8d8a88d9784e1d474e5673928282ca4dab18a5.css" (text/css). Check your PostCSS installation; install with "npm install postcss-cli". See https://gohugo.io/hugo-pipes/postcss/: this feature is not available in your current Hugo version, see https://goo.gl/YMrWcn for more information
there is no change in the project i tested with the version 0.96 all is good. but not with the last 2 versions
thanks for taking the time.