gyldendal-tokens
v0.0.4
Published
## ⚡ Quick how to: update tokens
Downloads
15
Readme
Design tokens
⚡ Quick how to: update tokens
- Export json from Figma
- Replace json in
tokens-from-figma.json - Run
yarn tokens - Commit changes
🧱 Token folder structure
/
├── output/
│ ├── tokens.css
│ ├── tokens.less
│ ├── tokens.scss
│ ├── tokens.js
│ └── token.json
├── build.js
├── config.js
└── tokens-from-figma.jsonWe use style-dictionary to transform and format the tokens in ./tokens-from-figma.json.
In ./config.js we decide which formats we want (css, scss, js and more), and in ./build.js we can create formatters and use other utilities to change the output how we want.
The files in ./output are auto generated and should never be edited manually.
