Handling Global CSS warning
Last updated
Last updated
Once you have and you visit localhost:3000
, a warning may be displayed in the output window, prompting you to import the global styles. You can resolve it by following the below steps:
Resolve this by adding the following import in your globals.css file:
If there is an existing
globals.css
file in your project, you may need to comment out or replace it with the current import to avoid conflicts.