Replies: 1 comment
-
you can do it like this https://play.panda-css.com/uMLFKDjxw7 |
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.
-
Description
we can't use negative values of the tokens we have set. for example
token(sizes.-xl)
ortoken(sizes["-xl"])
wouldn't work.Problem Statement/Justification
to be able to use some of the non conventional object keys it is better to have bracket selector in use in tokens
Proposed Solution or API
mentioned above
Alternatives
No response
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions