mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
8 lines
470 B
SCSS
8 lines
470 B
SCSS
|
$column: golden-ratio(1em, 3) !default; // Column width
|
||
|
$gutter: golden-ratio(1em, 1) !default; // Gutter between each two columns
|
||
|
$grid-columns: 12 !default; // Total number of columns in the grid
|
||
|
$max-width: em(1088) !default; // Max-width of the outer container
|
||
|
$border-box-sizing: true !default; // Makes all elements have a border-box layout
|
||
|
$default-feature: min-width; // Default @media feature for the breakpoint() mixin
|
||
|
$default-layout-direction: LTR !default;
|