Created
September 2, 2013 21:43
-
-
Save Sulcalibur/6417520 to your computer and use it in GitHub Desktop.
Neat Grid Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment