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
574c3119
Commit
574c3119
authored
8 years ago
by
Mark Otto
Committed by
Mark Otto
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
duplicate of the .flex-fill util
parent
90aa8a28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/utilities/_flex.scss
+0
-3
scss/utilities/_flex.scss
with
0 additions
and
3 deletions
+0
-3
scss/utilities/_flex.scss
+
0
-
3
View file @
574c3119
...
...
@@ -60,9 +60,6 @@
.align-content
#{
$infix
}
-around
{
align-content
:
space-around
!
important
;
}
.align-content
#{
$infix
}
-stretch
{
align-content
:
stretch
!
important
;
}
// Item
.flex
#{
$infix
}
-auto
{
flex
:
1
1
auto
!
important
;
}
.align-self
#{
$infix
}
-auto
{
align-self
:
auto
!
important
;
}
.align-self
#{
$infix
}
-start
{
align-self
:
flex-start
!
important
;
}
.align-self
#{
$infix
}
-end
{
align-self
:
flex-end
!
important
;
}
...
...
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