Skip to content
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

[nextjs][bug] Transform !important css to an intermediate representation #38

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

brijeshb42
Copy link
Contributor

@brijeshb42 brijeshb42 commented Apr 29, 2024

Webpack/Nextjs was interpreting !important as a loader pipe resulting in an error.

Fixes #34
Fixes issue in mui/material-ui#42001

…tion

Webpack/Nextjs was interpreting !important as a loader pipe resulting in
an error.
Copy link
Member

@siriwatknp siriwatknp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Tested in mui/material-ui#42001, it works!

@brijeshb42 brijeshb42 merged commit bd2be95 into mui:master Apr 29, 2024
12 checks passed
@brijeshb42 brijeshb42 deleted the pigment/next-css-important branch April 29, 2024 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[nextjs] using !important does not work
2 participants