// =============================================================================
// GRID (Settings)
// =============================================================================


// Bigcommerce Variables
// -----------------------------------------------------------------------------
//
// These scoped variables are created by Bigcommerce.
// All variables that are not from Foundation should be placed here.
//
// 1. Choose whether to include the Bigcommerce class names
//
// -----------------------------------------------------------------------------

$exportCSS--grid:              $exportCSS !default; // 1


// Foundation Variables
// -----------------------------------------------------------------------------
//
// These variables come directly from:
// /vendor/foundation/foundation/components/*
// Declaring the variables here, you can adjust them all to your design,
// leaving the vendor framework untouched.
//
// -----------------------------------------------------------------------------
//
$include-html-grid-classes:    $include-html-classes !default;
$include-xl-html-grid-classes: false !default;

$row-width:                    remCalc(1000px) !default;
$total-columns:                12 !default;
$column-gutter:                remCalc(30) !default;

$last-child-float:             $opposite-direction !default;
