Skip to content

Instantly share code, notes, and snippets.

@davidpett
Created May 30, 2014 14:17
Show Gist options
  • Save davidpett/d36b0468b1896080e650 to your computer and use it in GitHub Desktop.
Save davidpett/d36b0468b1896080e650 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.7)
// Compass (v1.0.0.alpha.18)
// ----
.block {
color: red;
&__element {
color: green;
&--modifier {
color: blue;
}
}
}
.block {
color: red;
}
.block__element {
color: green;
}
.block__element--modifier {
color: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment