Upgrade gatsby-plugin-postcss to PostCSS 8 #26939
Labels
good first issue
Issue that doesn't require previous experience with Gatsby
help wanted
Issue with a clear description that the community can help with.
type: feature or enhancement
Issue that is not a bug and requests the addition of a new feature or enhancement.
Summary
PostCSS 8 was released. It added a new plugin API. Right now Gatsby does not support PostCSS 8 plugins.
Updating
postcss-loader
and addingpostcss
to dependencies forgatsby-plugin-postcss
will fix the problem.PostCSS 8 changelog does not have breaking changes related to Gatsby only removing Node.js 6 and 8 support).
The text was updated successfully, but these errors were encountered: