Why CSS modules doesn't load?
Unanswered
Ragdoll posted this in #help-forum
RagdollOP
I'm using next js 13 and I'm migrating from page router to app router the CSS is not loading and I don't know why.
My old css modules routes were
../components/styles/header.module.css
And then I used it in
../components/header.tsx
Now this doesn't work and I'm not sure why. I tried using it as a global style and also doesn't work.
/styles/baseAuthLayour.module.css
and then in the components used
../styles/baseAuthLayout.module.css
My old css modules routes were
../components/styles/header.module.css
And then I used it in
../components/header.tsx
Now this doesn't work and I'm not sure why. I tried using it as a global style and also doesn't work.
/styles/baseAuthLayour.module.css
and then in the components used
../styles/baseAuthLayout.module.css