Skip to content

Instantly share code, notes, and snippets.

@scottkellum
Created September 22, 2013 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottkellum/6663743 to your computer and use it in GitHub Desktop.
Save scottkellum/6663743 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.2.10)
// Compass (v0.13.alpha.4)
// ----
@import 'singularitygs';
$grids: 6;
$gutters: .1;
$gutter-styles: 'split';
div#a {
@include grid-span(5,2)
}
div#b {
@include grid-span(3, 0);
}
div#a {
width: 81.81818%;
float: right;
margin-left: 0;
margin-right: 0.75758%;
clear: none;
}
div#b {
width: 48.48485%;
float: left;
margin-right: -100%;
margin-left: -15.90909%;
clear: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment