Using custom properties from libraries like thumbClassName
doesn't style properly?
#4109
Unanswered
deadcoder0904
asked this question in
Help
Replies: 1 comment 1 reply
-
Hey! Are you able to share your code on a repo/minimal example? |
Beta Was this translation helpful? Give feedback.
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 am using react-slider & it uses
thumbClassName
like:I was confused as to why some
px
-values & somew
-values were not working. How do I make sure it works?Currently,
w-12 h-12
isn't working because its used only insidethumbClassName
. But if I putw-8 h-8
then it works as its used elsewhere inclassName
.Beta Was this translation helpful? Give feedback.
All reactions