Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nuxt-themes/tokens

Design Tokens synced with Nuxt design team Figma.
https://github.com/nuxt-themes/tokens

design-system design-tokens nuxt theme

Last synced: 7 days ago
JSON representation

Design Tokens synced with Nuxt design team Figma.

Awesome Lists containing this project

README

        

# 🎨 @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 © 2022-PRESENT [NuxtLabs](https://nuxtlabs.com)