Skip to content

Instantly share code, notes, and snippets.

@hatefulcrawdad
Created September 4, 2014 16:19
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 hatefulcrawdad/e3540a9175073c79529a to your computer and use it in GitHub Desktop.
Save hatefulcrawdad/e3540a9175073c79529a to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.2.19)
// Compass (v0.12.6)
// ----
.component {
color: red;
.parent-variant & {
color: blue;
}
.parent-varient2 & {
color: pink;
}
}
.component {
color: red;
}
.parent-variant .component {
color: blue;
}
.parent-varient2 .component {
color: pink;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment