Slide 11
Slide 11 text
Design Token生成フロー
1. Figma REST APIのレスポンスをJSONで保存
yarn token-cli fetch -o raw_response.json
2. いい感じのJSONを作る
yarn token-cli transform
--source raw_response.json --output token.json
3. Style DictionaryでCSSを作る
yarn style-dictionary build -c pixiv-light.config.js