Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
d36e3721
Commit
d36e3721
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#5319
: add backface-visibility for webkit skewing
parent
86d5ed6f
1 merge request
!5450
Fixed copy and paste caused typo in CAROUSEL DATA-API
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/mixins.less
+1
-0
less/mixins.less
with
1 addition
and
0 deletions
+1
-0
less/mixins.less
+
1
-
0
View file @
d36e3721
...
@@ -297,6 +297,7 @@
...
@@ -297,6 +297,7 @@
-ms-transform: skewX(@x) skewY(@y); // See https://github.com/twitter/bootstrap/issues/4885
-ms-transform: skewX(@x) skewY(@y); // See https://github.com/twitter/bootstrap/issues/4885
-o-transform: skew(@x, @y);
-o-transform: skew(@x, @y);
transform: skew(@x, @y);
transform: skew(@x, @y);
-webkit-backface-visibility: hidden; // See https://github.com/twitter/bootstrap/issues/5319
}
}
.translate3d(@x, @y, @z) {
.translate3d(@x, @y, @z) {
-webkit-transform: translate3d(@x, @y, @z);
-webkit-transform: translate3d(@x, @y, @z);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets