-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(gatsby-plugin-sass): loosely check postCssPlugins #27829
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look reasonable, test failures are unrelated.
This is awesome; thank you for the quick fix! Any chance of this getting merged/pushed soon? This issue is causing some large negative effects for me right now. Thanks again! |
Thanks for the fix! Ran into this issue just now. |
Bumping up this, as it is a blocker for everyone right now. |
Test failures are unrelated, they're flaky tests: #27781 Merging! |
Sorry for the delay on merging this! |
(cherry picked from commit ac37599)
Closes #27825
Instead of trying to validate the entire postcss plugin system, we should just let postcss do that itself. The test I edited failed before this PR and passes after.