Skip to content

Instantly share code, notes, and snippets.

@joice
Last active August 29, 2015 14:17
Show Gist options
  • Select an option

  • Save joice/b8da1f97b56bc0861d02 to your computer and use it in GitHub Desktop.

Select an option

Save joice/b8da1f97b56bc0861d02 to your computer and use it in GitHub Desktop.
configurações
@import 'bourbon';
@import 'neat-helpers';
//$visual-grid: true;
$column: 60px;
$gutter: 20px;
$grid-columns: 12;
$max-width: 960px;
// Use a 4 column grid in tablet devices
// $tablet: new-breakpoint(max-width 848px 6);
// $vertical-tablet: new-breakpoint(max-width 694px 6);
// Use a 4 column grid in mobile devices
// $mobile: new-breakpoint(max-width 480px 4);
$retina: new-breakpoint(-webkit-min-device-pixel-ratio 2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment