Is there any way to combine (mix) css transform properties without overriding? For example there I want to rotate and scale. http://jsfiddle.net/hyzhak/bmyN3/
Hmm...as far as I know, you would have to create new class and combine them this way (separated by a space):
-webkit-transform: rotate(90deg) scale(0.25, 0.25);