Skip to content

Instantly share code, notes, and snippets.

@cimmanon
Created June 22, 2014 15:49
Show Gist options
  • Save cimmanon/447b34d92a304b206fc7 to your computer and use it in GitHub Desktop.
Save cimmanon/447b34d92a304b206fc7 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.8)
// Compass (v1.0.0.alpha.19)
// ----
.selector-class {
& &__element {
background: red;
}
}
.selector-class .selector-class__element {
background: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment