mui / pigment-css

Pigment CSS is a zero-runtime CSS-in-JS library that extracts the colocated styles to their own CSS files at build time.
MIT License
693 stars 36 forks source link

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

Closed brijeshb42 closed 5 months ago

brijeshb42 commented 5 months ago

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

Fixes #34 Fixes issue in https://github.com/mui/material-ui/pull/42001