straef

Results 14 comments of straef

@esthercheran @keeganedwin @six7 to attempt to demonstrate what the bug is and why this issue should not be closed. i have added to the demo file (https://www.figma.com/file/0wmDLoE45VG6XjnrtTAGeQ/broken-token-alias-demo) tokens for colors...

{ "direct": { "first": { "value": { "fontFamily": "Arial" }, "type": "typography" }, "second": { "value": { "fontFamily": "{direct.first.fontFamily}" }, "type": "typography" }, "third": { "value": { "fontFamily": "{direct.second.fontFamily}" },...

the problem is the same, despite the tokens no longer indicating they are broken. any aliases pointing to a typography-token.property (eg fontFamily) just uses the value of that property, even...