figma-plugin
figma-plugin copied to clipboard
Official repository of the plugin 'Tokens Studio for Figma' (Figma Tokens)
### Why does this PR exist? Closes #0000 ### What does this pull request do? ### Testing this change ### Additional Notes (if any)
### Why does this PR exist? Closes #2708 ### What does this pull request do? Sets up GitHub Actions with automated releases, with changesets integration. ### Testing this change ###...
Resolves #1959
fixes the following error on console: - "Tracing extension 'startTransaction' is missing. You should 'init' the SDK before calling 'startTransaction'" (only in dev enc)
**Describe the bug** When you rename a group in a duplicated set, tokens using color modifiers change reference in the original set. - The option you have when renaming a...
**Describe the bug** In the inspect the layer button overlays the results **To Reproduce** Steps to reproduce the behavior: 1. open the plugin 2. Make sure the tokens are applied...
# Context 📝 Continued from https://github.com/tokens-studio/figma-plugin/issues/3000. Once the logic has been moved, it should be refactored for an improved external API usage as its own package. # Acceptance Criteria 🛠️...
'Remove styles and variables without connection to a token' Option Enabled Does not Create Variables
**Describe the bug** Since the release of 2.0, we've seen a lot of users have the export option `Remove styles and variables without connection to a token` enabled at all...
# Context 📝 The implementation of sync providers in the plugin is repetitive and can be optimized. The aim of this task is to gather together as much of the...
### What does this pull request do? Currently, we're unable to use logic to return boolean values or strings when using expr-eval - Evaluated can be number, string or boolean....