Skip to content

Instantly share code, notes, and snippets.

@hiloki
Created March 10, 2014 08:10
Show Gist options
  • Save hiloki/9461184 to your computer and use it in GitHub Desktop.
Save hiloki/9461184 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0)
// Compass (v1.0.0.alpha.18)
// ----
.block {
background-color: black;
&__element {
background-color: red;
}
& &__element {
background-color: red;
}
}
.block {
background-color: black;
}
.block__element {
background-color: red;
}
.block .block__element {
background-color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment