]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fixes #10578 10597/head
authorKevin Ball <kmball11@gmail.com>
Tue, 29 Aug 2017 23:09:04 +0000 (16:09 -0700)
committerKevin Ball <kmball11@gmail.com>
Tue, 29 Aug 2017 23:09:04 +0000 (16:09 -0700)
scss/grid/_flex-grid.scss

index 61a6d2daeb6709fddf43310b4a149719cc8c15a5..d3d70f9be9150bb6612bf80af23bd852744458b4 100644 (file)
@@ -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,