Replies: 2 comments 1 reply
|
Having this same issue in our current project. |
0 replies
|
Do you have any other composed class working? |
1 reply
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.
I have class CommonContainer in styles/Containers.module.css
And I compose it to another class
But after NextJS building "margin-top: 56px;" not sets into component with .topPostContainer In safari console I view

This only happens after the project has been built.
In developer mode I have

What could go wrong and how to fix it? Maybe someone has encountered something like this
All reactions