utrecht icon indicating copy to clipboard operation
utrecht copied to clipboard

index.tokens.json should output design tokens JSON format with "value" property

Open Robbert opened this issue 1 year ago • 0 comments

this is an issue with @utrecht/design-tokens/dist/index.tokens.json

I don't know, maybe choose different settings for style-dictionary.config.js

{
"files": [
        {
          "destination": "index.tokens.json",
          "format": "json"
        },
        {
          "destination": "index.nested.json",
          "format": "json/nested"
        },
        {
          "destination": "index.flat.json",
          "format": "json/flat"
        }
      ]
}```

Robbert avatar Nov 13 '23 17:11 Robbert