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
E.g. Pablo.cssPrefix('transform, transform-origin') or Pablo.cssPrefix(['transform', 'transform-origin']) should return a comma-separated string for all properties:
E.g.
Pablo.cssPrefix('transform, transform-origin')
orPablo.cssPrefix(['transform', 'transform-origin'])
should return a comma-separated string for all properties:transform, -moz-transform..., transform-origin, -moz-transform-origin...
This is useful in specifying transitions:
would be equivalent to:
The text was updated successfully, but these errors were encountered: