Skip to content

Instantly share code, notes, and snippets.

@greymechanic
Created April 3, 2015 16:39
Show Gist options
  • Save greymechanic/cb351ca093cd3db0219d to your computer and use it in GitHub Desktop.
Save greymechanic/cb351ca093cd3db0219d to your computer and use it in GitHub Desktop.
grid settings for neat
@import "neat/neat-helpers"; // or "../neat/neat-helpers" when not in Rails
// Overrides
$column: 80px;
$gutter: 30px;
$grid-columns: 6;
$max-width: em(1600);
// Breakpoints
$small: em(640);
$medium: em(860);
$large: em(1200);
$xlarge: em(1400);
$small-up: new-breakpoint(min-width $small 8);
$medium-up: new-breakpoint(min-width $medium 12);
$large-up: new-breakpoint(min-width $large 12);
$x-large-up: new-breakpoint(min-width $xlarge 14);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment