Commit d36e3721 authored by Mark Otto's avatar Mark Otto
Browse files

fixes #5319: add backface-visibility for webkit skewing

parent 86d5ed6f
Showing with 1 addition and 0 deletions
+1 -0
......@@ -297,6 +297,7 @@
-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);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment