Skip to content

Instantly share code, notes, and snippets.

@pixelwhip
Created October 14, 2013 03:06
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 pixelwhip/6970064 to your computer and use it in GitHub Desktop.
Save pixelwhip/6970064 to your computer and use it in GitHub Desktop.
@import "singularitygs";
// Singularity Settings
$grids: 3;
$gutters: 0;
$output: 'isolation';
///
$direction: 'rtl';
.rtl {
@include grid-span(2, 1);
}
///
$direction: 'ltr';
.ltr {
@include grid-span(2, 1);
}
///
$direction: 'both';
.both {
@include grid-span(2, 1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment