vendor/assets/scss/xy-grid/_layout.scss in foundation-rails-6.4.3.0 vs vendor/assets/scss/xy-grid/_layout.scss in foundation-rails-6.5.1.0

- old
+ new

@@ -12,18 +12,19 @@ /// @param {String} $selector ['.cell'] - Selector(s) to use for child elements. /// @param {Boolean} $gutter-output [true] - Whether or not to output gutters /// @param {Number|Map} $gutters [$grid-margin-gutters] - Map or single value for gutters. /// @param {Keyword} $gutter-type [margin] - Type of gutter to output. Accepts `margin` or `padding`. /// @param {List} $gutter-position [right left] - The position to apply gutters to. Accepts `top`, `bottom`, `left`, `right` in any combination. +/// @param {String} $breakpoint [null] - The breakpoint to use for the cell generation. /// @param {Boolean} $vertical [false] - Set to true to output vertical (height) styles rather than widths. @mixin xy-grid-layout( $n, $selector: '.cell', $gutter-output: true, $gutters: $grid-margin-gutters, $gutter-type: margin, $gutter-position: right left, - $breakpoint: $-zf-zero-breakpoint, + $breakpoint: null, $vertical: false ) { $size: percentage(1/$n); & > #{$selector} {