Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 454 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 454 Bytes

Configuration to generate styling for different usecases from design tokens.
This example uses Style Dictionary to generate style files for javascript (which can be integrated with tailwind theming options), SCSS and flutter/dart.

How to

  1. Get design tokens from design source
  2. update /tokens
  3. Modify config.json if needed for different output files
  4. generate files with "npm run generate"