Created by: parshap
I've run into an issue where my scale transform wasn't working on Opera Mobile. Turns out it requires a prefix.
I've added a .transform()
mixin that will apply the transform using all vendor prefixes. I also updated the other transform mixins to use this mixin.