From 7622efae0b3ca97d034bb18eafa3cc0347283b72 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Fri, 30 Dec 2016 17:10:46 +0100 Subject: [PATCH] Fix flex-grid-column gutters docs --- scss/grid/_flex-grid.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2