Jan Six

Results 207 comments of Jan Six

Yeah I'd consider this a bug. We likely should rename that group and then update the references that make use of this group.

I'd say we should rework the duplicate to other set feature so that i cannot change the name there. All i should be able to do is pick one or...

I can't reproduce this anymore in 2.0, closing.

Thanks for creating this, seems like Figma added that in their March 31 update. I wonder how we'd want to surface this in typography tokens. I guess a `leadingTrim` property...

What do you mean with string text? Can you give a concrete example value?

I assume the issue lies in the space that you have in your calculation. If you change this to ```diff - {core-space-2xl} - {button-border-width} + {core-space-2xl}-{button-border-width} ``` Closing, feel free...

Reopening, thanks for providing that 🙏 Will check out if we can get a reproduction going

Still blocked by https://github.com/tokens-studio/figma-plugin/issues/999

Note: We should be able to remove `axios` completely by just switching over to `fetch`, we're justing `axios` in 1 function (token flow post)

The reason is that one of your tokens ('button') shares the name with a token group. Rename it to button.default or so for it to work. The plugin UI informs...