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
b5f1d2f3
Commit
b5f1d2f3
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
rearrange order of 3d and skew mixins:
parent
6840d8f7
2 merge requests
!1882
[2.0.1-wip] black/dark button
,
!1894
[2.0.1 wip] -- fixing Issue #1893 - removing hardcoded color border from <hr/>
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
less/mixins.less
+7
-7
less/mixins.less
with
7 additions
and
7 deletions
+7
-7
docs/assets/bootstrap.zip
+
0
-
0
View file @
b5f1d2f3
No preview for this file type
This diff is collapsed.
Click to expand it.
less/mixins.less
+
7
-
7
View file @
b5f1d2f3
...
...
@@ -322,13 +322,6 @@
-o-transform: translate(@x, @y);
transform: translate(@x, @y);
}
.translate3d(@x: 0, @y: 0, @z: 0) {
-webkit-transform: translate(@x, @y, @z);
-moz-transform: translate(@x, @y, @z);
-ms-transform: translate(@x, @y, @z);
-o-transform: translate(@x, @y, @z);
transform: translate(@x, @y, @z);
}
.skew(@x: 0, @y: 0) {
-webkit-transform: skew(@x, @y);
-moz-transform: skew(@x, @y);
...
...
@@ -336,6 +329,13 @@
-o-transform: skew(@x, @y);
transform: skew(@x, @y);
}
.translate3d(@x: 0, @y: 0, @z: 0) {
-webkit-transform: translate(@x, @y, @z);
-moz-transform: translate(@x, @y, @z);
-ms-transform: translate(@x, @y, @z);
-o-transform: translate(@x, @y, @z);
transform: translate(@x, @y, @z);
}
// Background clipping
// Heads up: FF 3.6 and under need "padding" instead of "padding-box"
...
...
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