Skip to content

Instantly share code, notes, and snippets.

@starryeyez024
Created July 24, 2013 03:04
Show Gist options
  • Save starryeyez024/6067794 to your computer and use it in GitHub Desktop.
Save starryeyez024/6067794 to your computer and use it in GitHub Desktop.
Singularity Example
$gutters: 1/3;
//$gutter-styles: 'split';
$grids: 3; // Mobile
$grids: add-grid(6 at 500px); // Tablet (Portrait)
$grids: add-grid(12 at 720px); // Tablet (Landscape)
$grids: add-grid(18 at 960px); // Desktop
#header {
@include breakpoint (960px) {
@include grid-span (3, 1);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment