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
396 stars 19 forks source link

[nextjs] Make library path check OS agnostic #160

Closed brijeshb42 closed 4 days ago

brijeshb42 commented 4 days ago

This makes sure to check for scoped packages name in the path using OS specific path separator.

Fixes https://github.com/mui/material-ui/pull/42693