We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e29a8 commit c6af21aCopy full SHA for c6af21a
sass/_flexbox-grid-mixins.scss
@@ -169,9 +169,7 @@ $flexbox-grid-mixins-box-sizing: border-box !default;
169
@if $flexbox-grid-mixins-grid-type == skeleton {
170
@include grid-col-margin($margin: 0 $gutter / 2 $gutter);
171
} @else if $flexbox-grid-mixins-grid-type == margin-offset {
172
- @if type-of($col) == string and $col == 'breakpoint' {
173
- @include grid-col-margin($margin-right: 0);
174
- } @else if type-of($last-child) == bool and $last-child == true {
+ @if type-of($last-child) == bool and $last-child == true {
175
@include grid-col-margin($margin-right: 0);
176
} @else {
177
@include grid-col-margin($margin-right: $gutter);
0 commit comments