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

Thank you so much of this marvellous plugin, I was wondering if you had any plans/interests into allowing sync back from github? - I have 3 themes in my DS...

https://github.com/jantimon/html-webpack-plugin/issues/1379

Once the extractors are aligned the transformers can be cleaned up. - [ ] less manual assignments, more automation - [ ] add a typeScript interface

Extractors should work more similar and all produce a very similar output. They all have the same top level items and always have a property called `values` with an array...

Allow users to create a "commit" every time the tokens are changed / exported with a sem-version increase.

This fixes #229 and #200 - [x] add `standard deprecated` to dropdown selection - [x] fix test - [x] examples for style dictionary conversion (parser, etc.) - [x] manually test...

Feature

As suggested in #200. The following changes need to be done to the standard format spec: - [ ] update `value` to `$value` - [ ] update `type` to `$type`...

Improvement

I'm working in a big file with more or less 300 styles. When clicking to 'Export', nothing happens. However, in a file with less styles, it works. This is the...

We have variables with `%` in name for opacity colors and export fails with errors in console. Variables for such cases look like `{foundation.color.blue-opacity.15%}`, where `15%` is the name of...