vendor/assets/scss/grid/_row.scss in foundation-rails-6.2.3.0 vs vendor/assets/scss/grid/_row.scss in foundation-rails-6.2.4.0
- old
+ new
@@ -27,11 +27,11 @@
@else {
@content;
}
// Restore the old column count
- $grid-column-count: $old-grid-column-count;
+ $grid-column-count: $old-grid-column-count !global;
}
/// Creates a grid row.
/// @content
///
@@ -80,10 +80,9 @@
/// @param {Map|null} $gutter [null] - Gutter value to use when inverting the margins. Set to `null` to refer to the responsive gutter settings.
@mixin grid-row-nest($gutter: $grid-column-gutter) {
@if type-of($gutter) == 'number' {
$gutter: ($-zf-zero-breakpoint: $gutter);
}
- max-width: none;
@each $breakpoint, $value in $gutter {
$margin: rem-calc($value) / 2 * -1;
@include breakpoint($breakpoint) {