How do I dedicate a css file to a specific page?
Answered
Munchkin posted this in #help-forum
MunchkinOP
Kind of speaks for itself. I have a globals.css with a html element that is being edited.
but when i make anoter Css and import it to my specific page. It applies to the whole project
but when i make anoter Css and import it to my specific page. It applies to the whole project
Answered by Plott Hound
check out CSS modules https://nextjs.org/docs/app/building-your-application/styling/css-modules
1 Reply
Plott Hound
check out CSS modules https://nextjs.org/docs/app/building-your-application/styling/css-modules
Answer