# 🎨 @nuxt-themes/tokens

A design system built for **Nuxt**.

[✨ Documentation](https://nuxt-themes-tokens.netlify.app)

- Full install ships `6kb` of **CSS** to the client
- Design Tokens synchronized with NuxtLabs Figma
- Autocomplete on all token values
- Built on top of [🖌 Pinceau](https://github.com/Tahul/pinceau)

## Install

```bash
npm install @nuxt-themes/tokens
```

```ts
defineNuxtConfig({
  extends: ['@nuxt-themes/tokens']
})
```

## License

[MIT](./LICENSE) License &copy; 2022-PRESENT [NuxtLabs](https://nuxtlabs.com)
