From 18018937c26be7cbda7b776ce91bb05935999350 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Mon, 30 Apr 2018 21:42:06 +0200 Subject: [PATCH] docs: update XY Grid `$gutter-output` doc for margin gutters See https://github.com/zurb/foundation-sites/pull/11081 --- scss/xy-grid/_cell.scss | 4 ++-- scss/xy-grid/_layout.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scss/xy-grid/_cell.scss b/scss/xy-grid/_cell.scss index ad7fd55e8..13cf59782 100644 --- a/scss/xy-grid/_cell.scss +++ b/scss/xy-grid/_cell.scss @@ -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. @@ -143,7 +143,7 @@ /// 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. diff --git a/scss/xy-grid/_layout.scss b/scss/xy-grid/_layout.scss index 3b7650e32..8f620e341 100644 --- a/scss/xy-grid/_layout.scss +++ b/scss/xy-grid/_layout.scss @@ -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. -- 2.47.2