PostCSS 8
See original GitHub issueIs your proposal related to a problem?
PostCSS 8 was released. It added a new plugin API. Right now Gatsby does not support PostCSS 8 plugins.
Describe the solution you’d like
Updating postcss-loader
and adding postcss
to dependencies will fix the problem.
Describe alternatives you’ve considered
N/A
Additional context
PostCSS 8 changelog does not have breaking changes related to CRA 4 only removing Node.js 6 and 8 support).
Issue Analytics
- State:
- Created 3 years ago
- Reactions:124
- Comments:29 (3 by maintainers)
Top Results From Across the Web
PostCSS 8 for end users - GitHub
PostCSS 8 supports plugins from PostCSS 7. You just need to update postcss dependency and tool, which run postcss (like postcss-loader or ...
Read more >PostCSS 8.0: Plugin migration guide - Evil Martians
PostCSS 8.0 : Plugin migration guide · Step 1: Move postcss to peerDependencies · Step 2: Use the updated API · Step 3:...
Read more >postcss - npm
PostCSS is a tool for transforming styles with JS plugins. These plugins can lint your CSS, support variables and mixins, transpile future ...
Read more >Error: Please install PostCSS 8 or above. how can I fix this?
Here is the dependency file that I installed. and It shows me Pleaseenter image description here install PostCSS 8 or above.
Read more >Storybook Addon PostCSS
Storybook addon used to run the PostCSS preprocessor against your stories. ... and create a PostCSS config in the base of your project,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi all, we’re hoping to get this out as a part of 4.1. @raix has already done the hard work, so we just needed to bump to a new version of 8.x.
Please see #11121 for the exact version. 4.1 is coming very soon, but I can’t give an exact date sorry.
For anyone else who comes here and wonders what’s up with this issue, I’ll save you some clicks and summarize the state of the related PRs:
postcss-normalize
andpostcss-browser-comments
were both still usingpostcss@7