question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

PostCSS 8 support

See original GitHub issue

PostCSS 8.0 changelog

  • Move postcss to peerDependencies
  • Update install docs
  • Update postcss version

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:16
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
dippascommented, Sep 24, 2020

Yes after running npm i postcss --save-dev it solved the issue for me

2reactions
w0rmcommented, Sep 24, 2020

@dippas yes! PostCSS should be installed as a peer dependency now: https://github.com/postcss/gulp-postcss#install

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found