v0.3.3
Patch Changes
-
2c9be59: Allow tokensets to be the same name as the upper most keys in the tokens object, e.g.:
{ "core": { "tokenset": "core", "color": { "value": "#ff0000", "type": "color" } } }
will become
{ "core": { "core": { "color": { "value": "#ff0000", "type": "color" } } } }
so that Figma Tokens plugin picks it up properly.