I always assumed that CSS transform operations would occur in order, so I was a bit surprised seeing that transform: rotate(45deg) scaleX(2)
is displaying a rotated rectangle and not a rhombus.
It works when applying the scale to the parent element. However my question is: How can I transform a
Example (how it is not working): https://jsfiddle.net/avpqjL0y/1/