Next.js Discord

Discord Forum

CSS not importing correctly

Answered
Mackenzie River Husky posted this in #help-forum
Open in Discord
Mackenzie River HuskyOP
I'm having issues getting my CSS to import fully. It seems to import half way. Text colors, fonts, sizes, ect all work fine. But image sizes, image filters, ect do nothing. Anyone have a clue as to why?
Answered by Mackenzie River Husky
Fixed it!
View full answer

7 Replies

Mackenzie River HuskyOP
Fixed it!
Answer
@Mackenzie River Husky Fixed it!
Argentine hake
Hello
I believe im having the same issue
how did you fix it
because my css is working in development but not in production and i dont know why
Mackenzie River HuskyOP
I had to specifically give my body it's own class and use that instead of the default body tag. But if it's in prod it's probably the file path being weird
@Mackenzie River Husky I had to specifically give my body it's own class and use that instead of the default body tag. But if it's in prod it's probably the file path being weird
Argentine hake
its weird cuz im using the same file structure as another project which works flawlessly but this one is not wokring