Skip to content

Instantly share code, notes, and snippets.

@justi
Created December 8, 2013 08:30
Show Gist options
  • Save justi/7854640 to your computer and use it in GitHub Desktop.
Save justi/7854640 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
.abc{
@at-root{
#{&}__element{
background: red;
}
};
&.def{
text-align: left;
}
}
.abc__element {
background: red;
}
.abc.def {
text-align: left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment