Skip to content

Instantly share code, notes, and snippets.

@matthew-andrews
Created September 18, 2014 07:55
Show Gist options
  • Save matthew-andrews/d5427b26ee3f5d334f21 to your computer and use it in GitHub Desktop.
Save matthew-andrews/d5427b26ee3f5d334f21 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.4)
// Compass (v1.0.1)
// ----
.block {
color: red;
&__element {
color: blue;
}
&--modifier {
color: red;
}
}
.block {
color: red;
}
.block__element {
color: blue;
}
.block--modifier {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment