@nuxtjs/style
Use Design Tokens in your Nuxt project.
Features
- 🚀 Powered by Style Dictionary
- ✨ Lets you configure the appeareance of your Nuxt app easily
- 📦 Handles
tokens.config.ts
file
- 👨🎨 Goes nicely with @nuxt-themes/config
- 🎨 Offers
useTokens
, $tokens
and $dt
typed APIs
Development
- Clone repository
- Install dependencies using `yarn install``
- Try playground using
yarn dev