tokens-studio / figma-plugin

Official repository of the plugin 'Tokens Studio for Figma' (Figma Tokens)
https://www.figma.com/community/plugin/843461159747178978
MIT License
1.35k stars 194 forks source link

2.0: Gradients inside variable creation should only use variables if setting is on #2894

Closed six7 closed 3 months ago

six7 commented 3 months ago

We have a setting here when creating variables that lets the user choose if variables should be used.

Right now gradients that use variables do not respect this setting and always create with variables.

Look how we do that for tryApplyVariableId - we have a check in there that detects that setting

Image

Image