Replies: 1 comment 1 reply
-
The composite type has |
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.
-
What i am Looking for to create a custom property in style Manager
Something like this the property should handle multiple css rule

The type size will create a custom style property which creates
something like this the width handles max-width and height handles padding for top and bottom
the function are working as expected but the issue when getting value from update function it return empty string (because its looking for the value of size but the size is not available in css rule so its returning empty ) how can i overcome this any possible solution
Beta Was this translation helpful? Give feedback.
All reactions