Created
July 24, 2014 00:04
-
-
Save iamcarrico/7a094e80a584d8d3d679 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// 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); | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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