CSS Modules not applying styles outside app folder - NextJS 13

54 Views Asked by At

I have a problem using css modules in NextJS 13. My styles just apllied at app folder. When i tried to run my script inside pages folder, my css modules not applied. What can i do?

I want my style applied at every script on my pages folder.

0

There are 0 best solutions below