PostCSS 8 support
See original GitHub issue- Move
postcss
topeerDependencies
- Update install docs
- Update
postcss
version
Issue Analytics
- State:
- Created 3 years ago
- Reactions:16
- Comments:9 (4 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
Compatibility. Plugins designed for older versions of PostCSS can use deprecated ways of building nodes (e.g., postcss.decl() ). Mixing AST ...
Read more >Vue 3 PostCSS 8 - Get Help
Hi! Up until now I've been using Tailwind 2 using the PostCSS 7 compatibility build. However, because Vue 3.0.6 now supposedly supports PostCSS...
Read more >PostCSS 8 Error When Installing Tailwind CSS in Vue 3 (v3 ...
As noted above, Vue 3.0.6 and beyond definitely support PostCSS 8. Also, the Tailwind CSS instructions for "PostCSS 7 compatibility build" do ...
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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top 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
Yes after running
npm i postcss --save-dev
it solved the issue for me@dippas yes! PostCSS should be installed as a peer dependency now: https://github.com/postcss/gulp-postcss#install