From: Nicolas Coden Date: Fri, 30 Dec 2016 16:10:46 +0000 (+0100) Subject: Fix flex-grid-column gutters docs X-Git-Tag: v6.3.1-rc1~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9577%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix flex-grid-column gutters docs --- diff --git a/scss/grid/_flex-grid.scss b/scss/grid/_flex-grid.scss index 88cadd3a1..0a9fb022d 100644 --- a/scss/grid/_flex-grid.scss +++ b/scss/grid/_flex-grid.scss @@ -72,7 +72,7 @@ /// Creates a column for a flex grid. By default, the column will stretch to the full width of its container, but this can be overridden with sizing classes, or by using the `unstack` class on the parent flex row. /// /// @param {Mixed} $columns [expand] - Width of the column. Refer to the `flex-grid-column()` function to see possible values. -/// @param {Number} $gutter [$grid-column-gutter] - Space between columns, added as a left and right padding. +/// @param {Number|Map} $gutters [$grid-column-gutter] - Map or single value for gutters width. See the `grid-column-gutter` mixin. @mixin flex-grid-column( $columns: expand, $gutters: $grid-column-gutter