]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: fix description for `$gutter-type` in xy-cell mixin
authorNicolas Coden <nicolas@ncoden.fr>
Fri, 13 Jul 2018 21:49:50 +0000 (23:49 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Fri, 13 Jul 2018 21:49:50 +0000 (23:49 +0200)
scss/xy-grid/_cell.scss

index bebda6d2624c7615a1a34a9ae2ad6ef7c68ef62c..32ae17c715bbcb386c6bdd5ccd036877f764f737 100644 (file)
@@ -97,7 +97,7 @@
 /// @param {Keyword|Number} $size [full] - The size of your cell. Can be `full` (default) for 100% width, `auto` to use up available space and `shrink` to use up only required space.
 /// @param {Boolean} $gutter-output [true] - Whether or not to output gutters. Always `true` for margin gutters.
 /// @param {Number|Map} $gutters [$grid-margin-gutters] - Map or single value for gutters.
-/// @param {Keyword} $gutter-type [margin] - Map or single value for gutters.
+/// @param {Keyword} $gutter-type [margin] - Type of gutter to output. Accepts `margin` or `padding`.
 /// @param {List} $gutter-position [null] - The position to apply gutters to. Accepts `top`, `bottom`, `left`, `right` in any combination. By default `right left` for horizontal cells and `top bottom` for vertical cells.
 /// @param {String} $breakpoint [null] - The name of the breakpoint size in your gutters map to get the size from. If using with the `breakpoint()` mixin this will be set automatically unless manually entered.
 /// @param {Boolean} $vertical [false] - Set to true to output vertical (height) styles rather than widths.