Skip to content

Instantly share code, notes, and snippets.

@sturobson
Created February 14, 2014 16:23
Show Gist options
  • Save sturobson/9004126 to your computer and use it in GitHub Desktop.
Save sturobson/9004126 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.3)
// Compass (v1.0.0.alpha.18)
// ----
.block {
/* body */
background: red;
&__element {
/* body__hand */
color: red;
&--modifier {
/* body__hand--open */
font-size: 14px;
}
}
&--modifier {
/* body--female */
background: blue;
}
}
.block {
/* body */
background: red;
}
.block__element {
/* body__hand */
color: red;
}
.block__element--modifier {
/* body__hand--open */
font-size: 14px;
}
.block--modifier {
/* body--female */
background: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment