From: Nicolas Coden Date: Mon, 30 Apr 2018 19:42:06 +0000 (+0200) Subject: docs: update XY Grid `$gutter-output` doc for margin gutters X-Git-Tag: v6.6.0~3^2~210^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11081%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: update XY Grid `$gutter-output` doc for margin gutters See https://github.com/zurb/foundation-sites/pull/11081 --- 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.