Replies: 1 comment 2 replies
-
Hi @iam-yan, I believe you could use variants along with defaultVariants and compoundVariants. Use |
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
Uh oh!
There was an error while loading. Please reload this page.
-
For example, let's say we have tokens for:
xs
,sm
,md
,lg
,xl
01
,02
,03
How to implement the following logic?
sm
|xs
, -> boder-radius =01
md
, -> boder-radius =02
03
Beta Was this translation helpful? Give feedback.
All reactions