Jan Six
Jan Six
The DTCG format specifies that you can have a `description` property on token groups. Let's allow that. ### Add an entry point to edit token groups in the UI -...
### Why does this PR exist? Fixes the issue that @SamIam4Hyma raised `Just curious if there is a reason why letter spacing is the only "dimension" property within our current...
The [W3C DTCG draft for shadows](https://tr.designtokens.org/format/#shadow) specifies the following format for boxShadow tokens: ``` { "shadow-token": { "$type": "shadow", "$value": { "color": "#00000080", "offsetX": "0.5rem", "offsetY": "0.5rem", "blur": "1.5rem", "spread":...
So I think the problem is that technically this resolves correctly, as the reference was found. It's just that that token is not a proper reference for this kind of...
Some users report that they're hitting rate limits due to their big number of token sets. When using multi-file sync and you have a lot of token sets, we trigger...
Let's work on all motion-related tokens as one epic given they're interconnected. ```[tasklist] ### Tasks - [ ] https://github.com/tokens-studio/figma-plugin/issues/299 - [ ] https://github.com/tokens-studio/figma-plugin/issues/1748 - [ ] https://github.com/tokens-studio/figma-plugin/issues/1295 ```
This is an issue that was forwarded to me, but I'm able to reproduce. If text/html and text/plain contain the same title, the output we return is nested. Expected output:...
In 2.0 when you edit a single token and are e.g. in the name field and you press `Enter`, you expect the form to save. This is no longer the...
### Why does this PR exist? Fixes https://github.com/tokens-studio/figma-plugin/issues/2713 Typography styles werent created with the proper variables ### What does this pull request do? Makes sure we load font async before...
When we create typography styles we sometimes don't create them properly with the right typography variables. file for reference: [twtextonlytokens (1).zip](https://github.com/tokens-studio/figma-plugin/files/15171245/twtextonlytokens.1.zip) - open the Figma file (duplicate so you have...