Skip to content

Instantly share code, notes, and snippets.

@scottkellum
Created March 27, 2013 17:35
Show Gist options
  • Save scottkellum/5256403 to your computer and use it in GitHub Desktop.
Save scottkellum/5256403 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com, the Sass playground.
// ---
// Singularity.gs (v1.0.5)
// Sass (v3.2.7)
// ---
$grids: 12;
$gutters: 1/3;
div {
@include grid-span(1, 1, $output-style: 'float');
}
div.last {
@include grid-span(1, last, $output-style: 'float');
}
div {
width: 6.38298%;
clear: right;
float: left;
margin-left: 0%;
margin-right: 2.12766%;
}
div.last {
width: 6.38298%;
clear: right;
float: right;
margin-right: 0%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment