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
43c206d6
Commit
43c206d6
authored
8 years ago
by
Mark Otto
Committed by
Mark Otto
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
add mr-auto and ml-auto for some flex shiz
parent
19fcb216
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/utilities/_spacing.scss
+3
-0
scss/utilities/_spacing.scss
with
3 additions
and
0 deletions
+3
-0
scss/utilities/_spacing.scss
+
3
-
0
View file @
43c206d6
...
...
@@ -20,6 +20,9 @@
margin-left
:
auto
!
important
;
}
.mr-auto
{
margin-right
:
auto
!
important
;
}
.ml-auto
{
margin-left
:
auto
!
important
;
}
@each
$breakpoint
in
map-keys
(
$grid-breakpoints
)
{
@each
$prop
,
$abbrev
in
(
margin
:
m
,
padding
:
p
)
{
@each
$size
,
$lengths
in
$spacers
{
...
...
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