From: Kevin Ball Date: Fri, 30 Jun 2017 21:03:35 +0000 (-0700) Subject: Fix comments to allow octophant to find some vars that were being missed in settings... X-Git-Tag: v6.4.1~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10311%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix comments to allow octophant to find some vars that were being missed in settings generation --- diff --git a/scss/_global.scss b/scss/_global.scss index d1988eb27..e161a8749 100644 --- a/scss/_global.scss +++ b/scss/_global.scss @@ -106,7 +106,7 @@ $global-text-direction: ltr !default; $global-flexbox: true !default; /// Enabled responsive breakpoints for prototypes if applicable -// @type Boolean +/// @type Boolean $global-prototype-breakpoints: false !default; @if not map-has-key($foundation-palette, primary) { diff --git a/scss/xy-grid/_xy-grid.scss b/scss/xy-grid/_xy-grid.scss index 0dda0833e..7a93612bc 100644 --- a/scss/xy-grid/_xy-grid.scss +++ b/scss/xy-grid/_xy-grid.scss @@ -29,7 +29,13 @@ $grid-margin-gutters: ( /// @type Map | Length $grid-padding-gutters: $grid-margin-gutters !default; +/// The amount of padding to use when padding the grid-container. +/// @type Map | Length $grid-container-padding: $grid-padding-gutters !default; + + +/// The maximum width to apply padding to a grid container +/// @type Number $grid-container-max: $global-width !default; /// The maximum number of cells in a block grid.