Skip to content

Commit

Permalink
_grid.scss: Declare left margin before right margin for uniformity; r…
Browse files Browse the repository at this point in the history
…efs twbs#18036

[skip sauce]
[skip validator]
  • Loading branch information
cvrebert committed Oct 23, 2015
1 parent aff3fce commit a30a5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/mixins/_grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a30a5bb

Please sign in to comment.