Repository URL to install this package:
|
Version:
2.2 ▾
|
@import "neat/neat-helpers";
// Change the grid settings
$column: 90px;
$gutter: 30px;
$grid-columns: 10;
$max-width: em(1088);
// Show/Hide the visual grid (for debugging)
$visual-grid: false;
$visual-grid-index: 500;
// Define your breakpoints
$tablet: new-breakpoint(max-width 768px 8);
$mobile: new-breakpoint(max-width 480px 4);