Skip to content
GitLab
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
aa2cec6f
Commit
aa2cec6f
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#4178
: translate3d instead of translate
parent
01572f00
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/mixins.less
+4
-4
less/mixins.less
with
4 additions
and
4 deletions
+4
-4
less/mixins.less
+
4
-
4
View file @
aa2cec6f
...
@@ -291,10 +291,10 @@
...
@@ -291,10 +291,10 @@
transform: skew(@x, @y);
transform: skew(@x, @y);
}
}
.translate3d(@x, @y, @z) {
.translate3d(@x, @y, @z) {
-webkit-transform: translate(@x, @y, @z);
-webkit-transform: translate
3d
(@x, @y, @z);
-moz-transform: translate(@x, @y, @z);
-moz-transform: translate
3d
(@x, @y, @z);
-o-transform: translate(@x, @y, @z);
-o-transform: translate
3d
(@x, @y, @z);
transform: translate(@x, @y, @z);
transform: translate
3d
(@x, @y, @z);
}
}
// Backface visibility
// Backface visibility
...
...
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