nuxt-modules / design-tokens

Design tokens module for Nuxt
https://design-tokens.nuxtjs.org
MIT License
50 stars 3 forks source link

Figma integration #29

Open ennioVisco opened 1 year ago

ennioVisco commented 1 year ago

I was wondering whether this module could be useful in integrating with Figma. Typical use case:

  1. Designers set design tokens via https://tokens.studio/ in FIgma
  2. Changes get pushed to Github
  3. This module does its magic via style dictionary to incorporate it in Nuxt

Does any of this make sense?