Skip to content

Instantly share code, notes, and snippets.

@iamcarrico
Created July 24, 2014 00:04
Show Gist options
  • Save iamcarrico/7a094e80a584d8d3d679 to your computer and use it in GitHub Desktop.
Save iamcarrico/7a094e80a584d8d3d679 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.10)
// Compass (v1.0.0.alpha.20)
// Breakpoint (v2.4.2)
// Singularity.gs (v1.2.1)
// ----
@import "breakpoint";
@import "singularitygs";
$measure-break: 524px;
@include add-grid(12);
@include add-grid(3 6 3 at $measure-break);
@include add-gutter(1/3);
@include sgs-change('output', 'float');
#about {
@include grid-span(4,9);
@include breakpoint($measure-break + 100px) {
@include grid-span(1,3);
-width: column-span(1,3);
}
}
#about {
width: 31.91489%;
clear: right;
float: right;
margin-right: 0;
}
@media (min-width: 624px) {
#about {
width: 47.36842%;
clear: right;
float: right;
margin-right: 0;
-width: 23.68421%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment