Skip to content

Instantly share code, notes, and snippets.

@0x6a68
Created July 7, 2014 14:47
Show Gist options
  • Save 0x6a68/8bd9068a8c2e76d5f113 to your computer and use it in GitHub Desktop.
Save 0x6a68/8bd9068a8c2e76d5f113 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.9)
// Compass (v1.0.0.alpha.20)
// ----
// markup
// <div class="m-box ${modifier}">
// <div class="m-box__head">Hallo i am the Head</div>
// </div>
.m-box {
&__head {
color: red;
}
}
.m-box--muted {
&__head {
color: green;
}
}
.m-box__head {
color: red;
}
.m-box--muted__head {
color: green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment