Replies: 3 comments
-
Converting this to a discussion since it's technically not a bug but more of a feature-request. Thanks for working to implement this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
this is a must-have, fully reactive themes need it, in the meantime the escape hatch is |
Beta Was this translation helpful? Give feedback.
0 replies
-
My workaround solution is use with token.var()
|
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
Current implementation duplicates the color value for referenced semantic tokens.
For example:
will output
Problem Statement/Justification
Seems like a logical and reasonable implementation.
If we forcefully override panda css variable in our project that change will be also applied to semantic token.
Proposed Solution or API
we should reference the original css var like this:
Alternatives
No response
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions