I'm developing a Figma plugin that scans and fixes styles with missing variable references. However, I can't find a way to unbind variables without recreating styles, which breaks library references.My current approach is to save style properties, create a new clean style, and delete the original - but this breaks all external references when using libraries.- Is there a method to remove variable bindings without recreating styles?
- Can textStyle.setBoundVariable(propertyName, null) work for unbinding?
- Any plans to implement proper unbinding functionality?
This is critical for design systems when variables are renamed or removed. Any insights would be appreciated! This topic has been closed for replies.