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

[docs] Update readme to use next.config.mjs #152

Open mnajdova opened 1 week ago

mnajdova commented 1 week ago

By default next-create-app@latest creates a next.config.mjs, so I've replaced the instructions that use next.config.js so use next.config.mjs.

brijeshb42 commented 4 days ago

Did full change here https://github.com/mui/pigment-css/pull/157 since mjs is now the default.