I'm a developer #1329
I'm a developer
#1329
-
Hi, My designer colleague is experimenting with this Figma Tokens plugin and has provided me with a JSON export. I'd like to create a script that parses this JSON and converts the tokens to tailwind config. But does anybody know are there tools out there that already do this? Is there a robust example I can follow? Thanks, Dan |
Beta Was this translation helpful? Give feedback.
Answered by
six7
Oct 7, 2022
Replies: 1 comment 1 reply
-
https://github.com/six7/figma-tokens-example-tailwindcss This one does what you described 👍 You might need to extend it to support other token types than just color but the principle is the same |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
DanStuartDept
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/six7/figma-tokens-example-tailwindcss
This one does what you described 👍
You might need to extend it to support other token types than just color but the principle is the same