_grid.scss 470 B

1234567
  1. $column: golden-ratio(1em, 3) !default; // Column width
  2. $gutter: golden-ratio(1em, 1) !default; // Gutter between each two columns
  3. $grid-columns: 12 !default; // Total number of columns in the grid
  4. $max-width: em(1088) !default; // Max-width of the outer container
  5. $border-box-sizing: true !default; // Makes all elements have a border-box layout
  6. $default-feature: min-width; // Default @media feature for the breakpoint() mixin
  7. $default-layout-direction: LTR !default;