Replies: 2 comments 2 replies
-
An alternative is to just in general have a place for grab bag variables that can be referenced elsewhere. Though to be honest it's not that big a deal for me, just seemed storing values that don't fall into the predefined categories didn't have a natural place to do so. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Can you give an example of what you want to achieve? And how it's not working in panda. I'm not sure I understand the issue you are facing. |
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.
-
Description
I want to add a token for setting
aspectRatio
to the dimensions of our logo, can do it with custom CSS variables but would be nice to just be able to define that in a semantic token like the other types of values.Problem Statement/Justification
Not a big deal but just seems like there's no natural place to put this kind of thing at the moment.
Proposed Solution or API
allow
aspectRatio
as a token key in panda configAlternatives
No response
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions