]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: update XY Grid `$gutter-output` doc for margin gutters 11081/head
authorNicolas Coden <nicolas@ncoden.fr>
Mon, 30 Apr 2018 19:42:06 +0000 (21:42 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Mon, 30 Apr 2018 19:42:06 +0000 (21:42 +0200)
See https://github.com/zurb/foundation-sites/pull/11081

scss/xy-grid/_cell.scss
scss/xy-grid/_layout.scss

index ad7fd55e821ea9ea70fc495309b7ed2562a59943..13cf59782f87521f8fef889e67daa16ad47f424f 100644 (file)
@@ -95,7 +95,7 @@
 /// Creates a cell for your grid.
 ///
 /// @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
+/// @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 {List} $gutter-position [right left] - The position to apply gutters to. Accepts `top`, `bottom`, `left`, `right` in any combination.
 /// Creates a single breakpoint sized grid. Used to generate our grid classes.
 ///
 /// @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
+/// @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 {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.
index 3b7650e32133740e2ef4141933e511b26b8ce5ec..8f620e341f78ef7b7de72f368eec16ce86535c60 100644 (file)
@@ -10,7 +10,7 @@
 ///
 /// @param {Number} $n - Number of elements to display per row.
 /// @param {String} $selector ['.cell'] - Selector(s) to use for child elements.
-/// @param {Boolean} $gutter-output [true] - Whether or not to output gutters
+/// @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] - Type of gutter to output. Accepts `margin` or `padding`.
 /// @param {List} $gutter-position [right left] - The position to apply gutters to. Accepts `top`, `bottom`, `left`, `right` in any combination.