Skip to content

Instantly share code, notes, and snippets.

@davidpett
Created May 30, 2014 14:55
Show Gist options
  • Save davidpett/91b5ca50a24456978535 to your computer and use it in GitHub Desktop.
Save davidpett/91b5ca50a24456978535 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