From 586ea7caf8698c9b974886330a360e20a1b2d9f0 Mon Sep 17 00:00:00 2001 From: Kevin Ball Date: Fri, 30 Jun 2017 14:03:35 -0700 Subject: [PATCH] Fix comments to allow octophant to find some vars that were being missed in settings generation --- scss/_global.scss | 2 +- scss/xy-grid/_xy-grid.scss | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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. -- 2.47.2