Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

uva/design-tokens

Repository files navigation

Design Tokens for UvA

This project uses Style Dictionary v3+ to define our common design language with Design Tokens. It also uses Storybook to visualize these Design Tokens

Getting started

To install all packages and start the developer environment:

yarn
yarn bootstrap
yarn storybook

This will start storybook and a watcher for the design-token package. If you change a value in the design-token package your storybook should update automatically.