Global CSS can only be imported in _app.js:
_app.js
// pages/_app.js import '../styles/globals.css'; function MyApp({ Component, pageProps }) { return <Component {...pageProps} />; } export default MyApp;
Generating explanation with Claude AI...
This will use 10 credits