Next.js Discord

Discord Forum

Problem with app router & css files

Answered
Chausie posted this in #help-forum
Open in Discord
Original message was deleted.
Answered by Ray
import the scss in your page
View full answer

6 Replies

try put this in your global.css
@import url("//cdn-images.mailchimp.com/embedcode/classic-10_7.css");
@import url("/nprogress.css");
Chausie
And what about .scss files I have in my project can I import them in the css aswell?
you using scss?
@Ray you using scss?
Chausie
only for one component
import the scss in your page
Answer
Chausie
I didn't know that import "./mystyle.scss"; just works