You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SamIam4Hyma
changed the title
[New] - Variables Skipped on Export | Figma Workflow
[New] - Variables and Styles Skipped on Export | Figma Workflow
Jun 4, 2024
Some notes from Jan on this one from Slack:
this should be a start: https://github.com/tokens-studio/figma-plugin/blob/9ce1434a3381330f0c523eaa78ac863[…]ens-studio-for-figma/src/utils/checkIfTokenCanCreateVariable.ts
for styles there’s no real ignore going on. we basically just filter for the high level token types. color = paint style. typography = type style. box shadow = effect style (no other effect styles so far)
https://github.com/tokens-studio/figma-plugin/blob/3e161ac55c7a1971a52662b11d576e7[…]5d7/packages/tokens-studio-for-figma/src/plugin/updateStyles.ts
meaning we dont filter our radial-gradient etc - we just fail to set the value
The text was updated successfully, but these errors were encountered: