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
826 stars 39 forks source link

[examples] Fix webpack CLI instructions #277

Closed oliviertassinari closed 1 month ago

oliviertassinari commented 1 month ago

I noticed this from https://github.com/mui/material-ui/pull/44074. I did a quick check to make sure this wasn't a pattern through our codebase, I found this one too. It's a follow-up on #174.


Off topic. The Vite example doesn't work (tested with pnpm and npm), it crashes with an ESM issue with prop-types.

oliviertassinari commented 1 month ago

bump @brijeshb42