aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorTom Pietschker <[email protected]>2013-04-08 08:39:22 -0400
committerTom Pietschker <[email protected]>2013-04-08 08:39:22 -0400
commitbd789ed158f4f8a5f4f9bab137e65d1b8cb29a28 (patch)
tree696fec025a35101eaff5b233b06083250b8e2359 /less
parenta05ff7e50749e7ca0bbc5eebf3fa16d8b24198f2 (diff)
parentc2a35f1ec8c60b6207405e64351fbfaccba8c5a1 (diff)
downloadbootstrap-bd789ed158f4f8a5f4f9bab137e65d1b8cb29a28.tar.xz
bootstrap-bd789ed158f4f8a5f4f9bab137e65d1b8cb29a28.zip
Merge remote-tracking branch 'upstream/3.0.0-wip' into 3.0.0-wip
Diffstat (limited to 'less')
-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);