brouilleursdeblanc/_sass/_grid-settings.scss
Michael Rose aadb22ffcf Cleanup stylesheets
- Add Bourbon and Neat
2014-09-04 14:48:52 -04:00

9 lines
No EOL
228 B
SCSS

@import "vendor/neat/neat-helpers";
// Change the grid settings
$visual_grid: false;
$max-width: em(960);
// Define your breakpoints
$medium: new-breakpoint(min-width em(768) 12);
$large: new-breakpoint(min-width em(1000) 12);