Skip to content

Instantly share code, notes, and snippets.

@jensgro
Created April 8, 2015 18:04
Show Gist options
  • Save jensgro/c608e47ffd21f2166c56 to your computer and use it in GitHub Desktop.
Save jensgro/c608e47ffd21f2166c56 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
.module {
background: red;
&__element {
background: #cecece;
&--modifier {
background:green;
}
}
}
.module {
background: red;
}
.module__element {
background: #cecece;
}
.module__element--modifier {
background: green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment