When I create a number variable for a logo, I would only like to change the height and have the width auto-adjust based on that height. Constrain properties do just this, but the variable overwrites that property once it is applied.
Example: My logo height (number variable) in my local variables is set to 60 for desktop mode. For mobile mode, I would like that to be 40. Even though I have constraints set up on that layer, only the height changes, and the width stays the same as it was.