aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-04-07 23:01:28 -0700
committerMark Otto <[email protected]>2013-04-07 23:01:28 -0700
commitc2a35f1ec8c60b6207405e64351fbfaccba8c5a1 (patch)
treefd9815be8f5be30932caf691f85a381df92e5ad7
parent92977fb13e6a837cd0bc31cb2003fce7c235bf4b (diff)
parentee5c7d7ece59f33108725979557d6b33850736ba (diff)
downloadbootstrap-c2a35f1ec8c60b6207405e64351fbfaccba8c5a1.tar.xz
bootstrap-c2a35f1ec8c60b6207405e64351fbfaccba8c5a1.zip
Merge pull request #7148 from retlehs/3.0.0-wip
Remove -webkit-backface-visibility on skew mixin
-rw-r--r--less/mixins.less1
1 files changed, 0 insertions, 1 deletions
diff --git a/less/mixins.less b/less/mixins.less
index 76c40df2d..49aaba876 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -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);