Next.js Discord

Discord Forum

How do I remove the default css files?

Answered
adam.birds posted this in #help-forum
Open in Discord
How do I remove these as can't see them anywhere and they are overriding a lot of my themes css.
Answered by adam.birds
I didn't realise how Next works that it takes my css files and turns them into those default files lol. And my issue was caused by importing my css in the wrong order which was why my designs werent as expected. As @ncls. said, being an idiot lol.
View full answer

8 Replies

Oh nvm, being an idiot.
@adam.birds Oh nvm, being an idiot.
British Shorthair
Hey @adam.birds, how did you resolve this?
The solution suggests that he solved it by being an idiot
@British Shorthair Hey <@452033040428826644>, how did you resolve this?
That's just the CSS you import into your files (basically)
I didn't realise how Next works that it takes my css files and turns them into those default files lol. And my issue was caused by importing my css in the wrong order which was why my designs werent as expected. As @ncls. said, being an idiot lol.
Answer
@ncls. That's just the CSS you import into your files (basically)
British Shorthair
Thank you @ncls. and @adam.birds. Makes clear sense now.