You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When converting tranform, you will get an incorrect result, for example, translate-x-[349px] translate-y-[64px]
will becometransform: "translate(0, 64px) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1)".