Rotate Icon with props.style.transform

“skewX” and “skewY” and “scale” work like this. How come rotate doesn’t?

Inside flex container.

Ignition: 8.0.6

rot

try changing rotate(90) to rotate(90deg)

3 Likes