Loading request...
The plugin's JSON output for design tokens is not compliant with the W3C DTCG specification. The user requests that properties like $type, $value, and $description be used as per the standard to avoid conflicts with token names.
Hi, Great plugin but as your refer to [W3G DTCG](https://www.w3.org/groups/cg/design-tokens/) JSON files are not compliant see [module page](https://www.designtokens.org/tr/drafts/format/#composite-design-token) Expected "$type": "borderRadius", "$value": "2px" "$description": "something" The $ makes sure that properties defined by the spec do not conflict with any token names you might create. [source](https://www.designtokens.org/tr/drafts/format/#character-restrictions)