]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix comments to allow octophant to find some vars that were being missed in settings... 10311/head
authorKevin Ball <kmball11@gmail.com>
Fri, 30 Jun 2017 21:03:35 +0000 (14:03 -0700)
committerKevin Ball <kmball11@gmail.com>
Fri, 30 Jun 2017 21:03:35 +0000 (14:03 -0700)
scss/_global.scss
scss/xy-grid/_xy-grid.scss

index d1988eb27d94cd7751e0dc547624921f00f40ea0..e161a8749e69828d8bc3f8a8fdd609fef7e90f66 100644 (file)
@@ -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) {
index 0dda0833e6b31f27feb879538658b7b771cd6092..7a93612bc05daaf225b64cec6eab9d10b773c072 100644 (file)
@@ -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.