0.0.9 ā€¢ Published 6 months ago

gu-ds-base v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Base

Design tokens

āš” Quick how to: update tokens

  1. Export json from Figma
  2. Replace json in tokens-from-figma.json
  3. Run yarn build
  4. Commit changes

šŸ§± Token folder structure

/
ā”œā”€ā”€ output/
ā”‚   ā”œā”€ā”€ tokens.css
ā”‚   ā”œā”€ā”€ tokens.scss
ā”‚   ā””ā”€ā”€ token.json
ā”œā”€ā”€ build-tokens.ts
ā”œā”€ā”€ config.ts
ā””ā”€ā”€ tokens-from-figma.json

We use style-dictionary to transform and format the tokens in ./tokens-from-figma.json.

In ./config.ts we decide which formats we want (css, scss, js and more), and in ./build-tokens.ts 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.

0.0.9

6 months ago

0.0.8

6 months ago

0.0.7

7 months ago

0.0.5

7 months ago