From: Kevin Ball Date: Tue, 29 Aug 2017 23:09:04 +0000 (-0700) Subject: Fixes #10578 X-Git-Tag: v6.4.4-rc1~23^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10597%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fixes #10578 --- diff --git a/scss/grid/_flex-grid.scss b/scss/grid/_flex-grid.scss index 61a6d2dae..d3d70f9be 100644 --- a/scss/grid/_flex-grid.scss +++ b/scss/grid/_flex-grid.scss @@ -13,6 +13,7 @@ /// @param {Keyword|Number} $size [$grid-row-width] Maximum size of the row. Set to `expand` to make the row taking the full width. /// @param {Number} $columns [null] - Number of columns to use for this row. If set to `null` (the default), the global column count will be used. /// @param {Boolean} $base [true] - Set to `false` to prevent basic styles from being output. Useful if you're calling this mixin on the same element twice, as it prevents duplicate CSS output. +/// @param {Boolean} $wrap [true] - Set to `false` to have row wrapping behavior set to nowrap /// @param {Number|Map} $gutters [$grid-column-gutter] - Gutter map or single value to use when inverting margins, in case the row is nested. Responsive gutter settings by default. @mixin flex-grid-row( $behavior: null,