design-tokens icon indicating copy to clipboard operation
design-tokens copied to clipboard

🎨 Figma plugin to export design tokens to json in an amazon style dictionary compatible format.

Results 62 design-tokens issues
Sort by recently updated
recently updated
newest added

The latest version of the spec changes the format of design tokens to follow [these rules](https://design-tokens.github.io/community-group/format/#design-token-0): > An object with a $value property is a token. Thus, $value is a...

Feature
Improvement

I have, for instance, a figma token called `brandPrimary`, but when it gets exported out to the file, it saves as `brandprimary`, lowercasing the `P`. I messed with the casing...

bug

@lukasoppermann I'm using your Figma demo file as an example. No units are being applied as a key/value pair, or appended to the value where applicable after Style Dictionary parses...

Yo yo yo Lukas! I really need support for blend modes on colours, is there anyway this can be added and appended as an additional key in the fill item?...

In the figma file you can create color styles like Neutrals/grey-dark-800 etc. Question I have is what if you for instance want to map a decision to have background color...

I'm hoping to be able to import multiple token json files and have them each transformed and built as separate token "themes". Perhaps inside the build folder, each token file...

After an update, I noticed the exported json now includes an "extensions" object. Would it be possible in settings or before export to turn off or ignore adding this to...

It would be great if the user could add a commit message when sending the file to the server. Ideally this would include a version number as well #69 What...

Feature
help wanted

Since the `react-figma-plugin-ds` dependency is broken, I recently "imported" the components that are used in this plugin. However they need to be cleaned up, including the css. This includes (but...

Improvement

Hey Lukas, thanks for maintaining this plugin! I have been making requests to a github repo, and it has been working fine, until I tried exporting tokens from a large...

help wanted
Improvement