We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pigment-css/examples/pigment-css-nextjs-ts/next.config.js
Line 1 in b4e2d77
is using CJS. But npx create-next-app@latest gives you a next.config.mjs file. So we need to update this example.
npx create-next-app@latest
next.config.mjs
Make it easier to copy and paste the example to an existing project.