Skip to content

Instantly share code, notes, and snippets.

@hudochenkov
Created May 18, 2015 16:56
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 hudochenkov/f1c1e029d0691bdfc51f to your computer and use it in GitHub Desktop.
Save hudochenkov/f1c1e029d0691bdfc51f to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.13)
// Compass (v1.0.3)
// ----
.block {
&--mod1 { color: red; }
&--mod2 { display: block; }
@at-root #{& + --mod1 + & + --mod2} { color: green; }
}
.block--mod1 {
color: red;
}
.block--mod2 {
display: block;
}
.block--mod1.block--mod2 {
color: green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment