From 67e07097ac8a87b80b19c620a7a4017a49896354 Mon Sep 17 00:00:00 2001 From: Kevin Ball Date: Tue, 29 Aug 2017 16:09:04 -0700 Subject: [PATCH] Fixes #10578 --- scss/grid/_flex-grid.scss | 1 + 1 file changed, 1 insertion(+) 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, -- 2.47.2