Skip to content

Instantly share code, notes, and snippets.

@jleiva
Created September 12, 2014 17:47
Show Gist options
  • Save jleiva/e0dc0954ab16f970434b to your computer and use it in GitHub Desktop.
Save jleiva/e0dc0954ab16f970434b to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.3)
// Compass (v1.0.1)
// ----
.parent {
float: left;
h3 {
font-size: 2px;
}
& + & {
margin-top: 2px;
}
}
.parent {
float: left;
}
.parent h3 {
font-size: 2px;
}
.parent + .parent {
margin-top: 2px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment