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
Hi, I got some trouble to get prefixes with transform css object like this:
style = {
transform: [
'scale(1.1)'
'rotate(12deg)'
'translateX(10px)'
'translateY(-1px)'
'skewX(14deg)'
'skewY(-4deg)'
]
}
or style = {
transform: 'scale(1.1) rotate(12deg) translate(10px, 1px) skew(14deg, -3deg)'
}
`
The results of `output = prefix(style)` is the same with the input, Did I make the wrong input?
The text was updated successfully, but these errors were encountered:
Hi, I got some trouble to get prefixes with transform css object like this:
The text was updated successfully, but these errors were encountered: