Skip to content

Instantly share code, notes, and snippets.

@mirisuzanne
Created September 29, 2014 20:20
Show Gist options
  • Save mirisuzanne/3aa06f85e62e73b9b7c0 to your computer and use it in GitHub Desktop.
Save mirisuzanne/3aa06f85e62e73b9b7c0 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.4)
// Compass (v1.0.1)
// Susy (v2.1.3)
// ----
@import "susy";
@include with-layout(10 0 split){
div.header{
@include with-layout(12) {
@include span(8 of 10) {
.nested {
@include span(3);
}
}
}
}
}
div.header {
width: 80%;
float: left;
}
div.header .nested {
width: 37.5%;
float: left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment