]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
Removing duplicate -ms-transform translate attribute 6618/head
authorDavid Ollerhead <david.ollerhead@gmail.com>
Tue, 9 Jun 2015 15:54:33 +0000 (16:54 +0100)
committerDavid Ollerhead <david.ollerhead@gmail.com>
Tue, 9 Jun 2015 15:54:33 +0000 (16:54 +0100)
commit60892630226adee3f906193ce4c4336ac1b03044
tree9d09717a6735b11273d0a722067094065ebe9f40
parenta48ed543c6681767e072f5bc0cfb3b5f9a0cf423
Removing duplicate -ms-transform translate attribute

Duplicate properties cause a lot of problems, especially with css minification tools.

Removing the `-ms-transform: translate3d($tx, $ty, $tz);` line keeps IE support for IE9 and up with the 2d transform, and stops the 3d transform overwriting the 2d one and breaking the offcanvas menu on IE9 when CSS is minified
scss/foundation/components/_offcanvas.scss