Next.js normalize.css error
greeksolid opened this issue · 2 comments
greeksolid commented
I get this error after upgrading to beta.
./node_modules/classy-ui/normalize.css
Global CSS cannot be imported from files other than your Custom <App>. Please move all global CSS imports to pages/_app.js.
Read more: https://err.sh/next.js/css-global
Location: pages\classy.tsx
Is there a way to configure the plugin not to import normalize.css automatically?
christianalfoni commented
This is now fixed in latest beta
, please read the install guide again for more information 😄
greeksolid commented
Will do. Thanks a lot Christian!!