]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix flex-grid-column gutters docs 9577/head
authorNicolas Coden <nicolas@ncoden.fr>
Fri, 30 Dec 2016 16:10:46 +0000 (17:10 +0100)
committerNicolas Coden <nicolas@ncoden.fr>
Fri, 30 Dec 2016 16:10:46 +0000 (17:10 +0100)
scss/grid/_flex-grid.scss

index 88cadd3a17f68d17c16ab017b131ff63cd6c01c1..0a9fb022dbbd18c09f675997beffb5a04b4e5196 100644 (file)
@@ -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