Skip to content

Instantly share code, notes, and snippets.

@Stanton
Created November 25, 2014 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Stanton/8f2e6a6c2f616677ce4a to your computer and use it in GitHub Desktop.
Save Stanton/8f2e6a6c2f616677ce4a to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
.block {
color: red;
&__element {
color: white;
&--modifier {
color: blue;
}
}
}
.block {
color: red;
}
.block__element {
color: white;
}
.block__element--modifier {
color: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment