I was having an issue with a style that is applying transform: translate(0 -50%) on an element. That style is not applied unless I write it as:
We're using Prince 11 and the docs list transform as being supported without any prefix. Any idea why this might be happening?
-webkit-transform: translate(0, -50%);
We're using Prince 11 and the docs list transform as being supported without any prefix. Any idea why this might be happening?