Closed bzupancic closed 1 month ago
heyy @bzupancic, it looks like you're trying to import and export variables to keep them in sync but this is currently not possible. These are two separate functions. Here's my response to ticket from another user reporting the same issue. Here's also the ticket for a feature on our feedback platform FeatureBase, that if implemented can possibly resolve the flow of using both functions to keep variables in sync.
Describe the bug After importing variables from Figma, I'm unable to update them using the same collection.
To Reproduce Steps to reproduce the behavior:
Create a variable in Figma with 2 modes—light and dark.
Click on "Styles and Variables" and select "Import variables"
Both "Light" and "Dark" modes are created (as expected).
Update light mode gray-100 value
Using the "Export styles & variables" action, with "Create and update - Variables - Color" selected, confirming, and "Exporting to Figma"
Another collection is created.
Expected behavior My expectation is the value for gray 100 would be updated for the light mode column.