nuxt-modules / design-tokens

Design tokens module for Nuxt
https://design-tokens.nuxtjs.org
MIT License
50 stars 3 forks source link

`String` value as alias for `{ value: ... }` #9

Closed atinux closed 1 year ago

atinux commented 2 years ago

This will make bootstraping design tokens faster, ans slowly as it grows, moving it as object to add other properties (attributes, etc)

Tahul commented 2 years ago

This will be supported in next version, you're completely right as the file grows it seems obvious that shorthand would be much appreciated.