How to import global.css from a directory outside app?
Answered
Masai Lion posted this in #help-forum
Masai LionOP
I am encountering this error when I move my global.css outside app/
is there a way to fix this?
is there a way to fix this?
Module not found: Can't resolve './styles/globals.css'Answered by Masai Lion
nevermind, I fixed by using @ prefix instead
import "@/styles/globals.css";1 Reply
Masai LionOP
nevermind, I fixed by using @ prefix instead
import "@/styles/globals.css";Answer