$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) {
/// @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.