I am unsure if this is possible but I hope so.
I have an element with a translation transform, which I have no control over (it is set by an NPM package that I am using). I would like to set a scale transform on that element and be able to retain whatever transform the element already has, like a concatenation.
Imagine that this is similar to what I want to achieve:
transform: +scale(1.01);
Is this doable, and if so, how?