Jan Six
Jan Six
### Why does this PR exist? Fixes https://github.com/tokens-studio/figma-plugin/issues/2607 ### What does this pull request do? Fixes some issues we had with border tokens not being applied when they were using...
One annoyance we have with working with the Figma plugin right now is the way we have to do releases. It's all very manual, requiring us to download or build...
With this epic we'll be spending some time on improving our internal developer experience. We haven't invested in this much since the start of the plugin, and it shows! We...
The Figma sandbox is special, it's not like any other javascript environment. It has some quirks, and some things that it does differently. In order for us to do proper...
When debugging a problem it can often be helpful to be able to put the plugin into a certain state, be it for testing something locally, in the browser (with...
When we locally build with the plugin we need to re-build the plugin to get the newest state. This means the plugin relaunches in Figma, and we see the newest...
It seems when applying individual line height tokens we do not apply them in the 2.0 version. Works on production To reproduce: - Create a line height token of `24`...
As we're converting to a base font size token (e.g. 16px) we're converting px based values to rem based values. However, while doing that conversion we seem to not respect...
From @SamIam4Hyma RE Border Tokens not applying - non functional The border token appears as being applied in the plugin but does nothing in the Figma design panel If I...
There's no confimation / 'save' button on this screen when managing selected sets to export. Search is also broken, it filters the list, but the text-box clears on entry. Required...