Shared class from other file scss won't work nextjs #12547
Unanswered
zackfalcon
asked this question in
Help
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, when i actually, create a class in module file for an X component and call the use the class in used in a child component module style it wont work actually, it's like if the class doesn't exist Actually it works on react , why doesn't work it on my project my next config is only this :!
`const withImages = require('next-images');
module.exports = withImages();
`
A real exemple here :
my WeekendTitle.module.scss :
As you can see .card-load is present in an upper module scss and also in used in an upper component it wont actually work :x
`
Thanks Again !
Beta Was this translation helpful? Give feedback.
All reactions