Skip to content

Instantly share code, notes, and snippets.

@kiwiupover
Created December 12, 2013 06:00
Show Gist options
  • Save kiwiupover/7923805 to your computer and use it in GitHub Desktop.
Save kiwiupover/7923805 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
.button{
color: purple;
@at-root #{&}-org{
color: orange;
}
@at-root #{&}__text{
color: black;
@at-root #{&}--link{
color: green;
}
}
}
.button {
color: purple;
}
.button-org {
color: orange;
}
.button__text {
color: black;
}
.button__text--link {
color: green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment