lukasoppermann / design-tokens

🎨 Figma plugin to export design tokens to json in an amazon style dictionary compatible format.
https://www.figma.com/community/plugin/888356646278934516/Design-Tokens
MIT License
964 stars 134 forks source link

Feature request: allow creation of multiple token sets #170

Open jeffisowens opened 2 years ago

jeffisowens commented 2 years ago

I'm hoping to be able to import multiple token json files and have them each transformed and built as separate token "themes". Perhaps inside the build folder, each token file set would output into a folder that matches the name of the original token file (example: if original file is named "my-tokens.json" the output would be in "/build/my-tokens/")

lukasoppermann commented 2 years ago

Hey @jeffisowens,

Couldn't you create two different files for this? Maybe I am not really getting the use case?