What‘s an equivalent of Tailwind‘s p-4
on the design side? This is an attempt to make the designer productive and accurate by using “default” tokens (in my case, Tailwind) in Figma!
Today I have to recreate all these default tokens from the UI tool, which is prone to human error. So I figured one of the ways is we pull Tailwind's full default config and transform them into a format that Figma Tokens can consume.
Thanks to this tutorial by @philwolstenholme on dev.to, we managed these token types so far:
Notice the Other
panel. Technically, each token type should be transformed correctly.