Merge pull request #7148 from retlehs/3.0.0-wip

Remove -webkit-backface-visibility on skew mixin
This commit is contained in:
Mark Otto 2013-04-07 23:01:28 -07:00
commit c2a35f1ec8
1 changed files with 0 additions and 1 deletions

View File

@ -155,7 +155,6 @@
-ms-transform: skewX(@x) skewY(@y); // See https://github.com/twitter/bootstrap/issues/4885
-o-transform: skew(@x, @y);
transform: skew(@x, @y);
-webkit-backface-visibility: hidden; // See https://github.com/twitter/bootstrap/issues/5319
}
.translate3d(@x, @y, @z) {
-webkit-transform: translate3d(@x, @y, @z);