mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-11 16:10:58 +00:00
_grid.scss: Declare left margin before right margin for uniformity; refs #18036
[skip sauce] [skip validator]
This commit is contained in:
parent
aff3fce63b
commit
a30a5bb9b5
1 changed files with 1 additions and 1 deletions
|
|
@ -3,8 +3,8 @@
|
|||
// Generate semantic grid columns with these mixins.
|
||||
|
||||
@mixin make-container($gutter: $grid-gutter-width) {
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding-left: ($gutter / 2);
|
||||
padding-right: ($gutter / 2);
|
||||
@if not $enable-flex {
|
||||
|
|
|
|||
Loading…
Reference in a new issue