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
ac1ea8c2
Commit
ac1ea8c2
authored
8 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge branch 'v4-dev' of
https://github.com/twbs/bootstrap
into v4-dev
parents
1ba370f9
e22d7256
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/utilities/_flex.scss
+1
-0
scss/utilities/_flex.scss
with
1 addition
and
0 deletions
+1
-0
scss/utilities/_flex.scss
+
1
-
0
View file @
ac1ea8c2
...
@@ -8,6 +8,7 @@
...
@@ -8,6 +8,7 @@
@include
media-breakpoint-up
(
$breakpoint
)
{
@include
media-breakpoint-up
(
$breakpoint
)
{
.flex-
#{
$breakpoint
}
-first
{
order
:
-1
;
}
.flex-
#{
$breakpoint
}
-first
{
order
:
-1
;
}
.flex-
#{
$breakpoint
}
-last
{
order
:
1
;
}
.flex-
#{
$breakpoint
}
-last
{
order
:
1
;
}
.flex-
#{
$breakpoint
}
-unordered
{
order
:
0
;
}
}
}
// Alignment for every item
// Alignment for every item
...
...
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