Closed
Description
Hi,
I'm not an expert in translate3d but I encountered an issue today with the translate3d mixin. Safari and other browsers don't understand transform: translate(0,0,0);
, transform: translate3d(0,0,0);
and the respectively prefixed variants are understood. Google search results are backing my finding.
See mixin in code: https://github.com/twitter/bootstrap/blob/master/less/mixins.less#L250
Was transform: translate(0,0,0);
an old version I cannot find through Google or just a mistake?
Thanks