Skip to content

Instantly share code, notes, and snippets.

@meatherly
Created February 12, 2016 19:20
Show Gist options
  • Save meatherly/d81d19cb5a297486459d to your computer and use it in GitHub Desktop.
Save meatherly/d81d19cb5a297486459d to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
.top-level {
.nested-again {
.some-parent {
color: balk;
.somclass {
margin: 0 auto;
.sibling-element + & {
margin: 0 40px;
}
}
}
}
}
.top-level .nested-again .some-parent {
color: balk;
}
.top-level .nested-again .some-parent .somclass {
margin: 0 auto;
}
.sibling-element + .top-level .nested-again .some-parent .somclass {
margin: 0 40px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment