You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are utilizing tokens to facilitate designers' comprehension of the component's code-based limitations. Considering the necessity to cater to multiple brands, we aim to provide designers with a means to grasp the range of possibilities on the component level. Consequently, there are instances where modifying aspects such as the border is feasible within the code; however, the specific brand in question may not require that particular attribute.
@JohnathanHuggett would you imagine the json structure to be something similar to typography tokens? The empty properties are not displayed in the json. Or would you imagine that a value like none or null be placed for the empty properties?
Describe the bug
When use composition tokens with blank values the
fill
property within the composition is not being applied to the Figma layer.To Reproduce
Steps to reproduce the behavior:
fill
,borderColor
, 'borderWidthTop'.Expected behavior
I would expect the fill color to be applied to the layer no matter the values of other tokens within the composition.
Work Around
Creating a token with the value set to
empty
seems to fix the issue.The text was updated successfully, but these errors were encountered: