Next.js Discord

Discord Forum

How do I correctly structure this scenario?

Unanswered
Glen of Imaal Terrier posted this in #help-forum
Open in Discord
Glen of Imaal TerrierOP
As can be seen in the image. I have a
components
folder, I want to style a file in it. Do I create a style.module.css file to handle the styling or do I use the default page.module.css?

Reply with the best practice

Edit
I'm referring to whether I need a separate style sheet to style the contents of the components folder

9 Replies

name it whatever you want and just import it
Glen of Imaal TerrierOP
What is the "it"?
Glen of Imaal TerrierOP
I'm referring to whether I need a separate style sheet to style the contents of the components folder
its completely up to you
there is no rule
lots of ways to skin the cat
Glen of Imaal TerrierOP
Thanks mate, I needed to know the best practice/commonly used but now I'll work with what makes sense to me.