Skip to content

Instantly share code, notes, and snippets.

@Snugug
Last active August 29, 2015 14:26
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 Snugug/084528f23c715b247efd to your computer and use it in GitHub Desktop.
Save Snugug/084528f23c715b247efd to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
@import "singularitygs";
@import "breakpoint";
@include add-grid(1 10 1);
@include add-grid(4 8 4 at 900px);
.foo {
@include grid-span(1, 2);
@include breakpoint(900px) {
@include grid-span(1, 2);
}
}
@include breakpoint(900px) {
.foo {
@include grid-span(1, 2);
}
}
.foo {
width: 80%;
float: left;
margin-right: -100%;
margin-left: 10%;
clear: none;
}
@media (min-width: 900px) {
.foo {
width: 48.48485%;
float: left;
margin-right: -100%;
margin-left: 25.75758%;
clear: none;
}
}
@media (min-width: 900px) {
.foo {
width: 48.48485%;
float: left;
margin-right: -100%;
margin-left: 25.75758%;
clear: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment