# @wistia/vhs-design-tokens

## What are design-tokens?

Design tokens are _design decisions_, represented as _data_, that ensure a systematically unified and cohesive product experiences.

## Adding new tokens

New tokens should be added to the appropriate file in `./tokens`

## Building

To generate design-tokens run:

```bash
yarn build
```

## Learn more

[styled-dictionary documentation](https://amzn.github.io/style-dictionary/#/version_3) is a good place to get started.
