Priority within className does not work properly. I wonder if this is the correct way to use it. #1451
Unanswered
heo-wonyoung
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Ordering of classes in |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As a Korean developer, I used a translator so the sentences may be incorrect.
Like the code above, className is received as props and used.
However, the order that is actually applied is className > S.Container.
The style applied to className is applied first and S.Container cannot be overwritten.
I want to use S.Container by covering it with className, how can I do that?
Beta Was this translation helpful? Give feedback.
All reactions