Skip to content

Instantly share code, notes, and snippets.

@samthurman
Last active August 29, 2015 14:22
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 samthurman/f2f461b83fea6fd7d358 to your computer and use it in GitHub Desktop.
Save samthurman/f2f461b83fea6fd7d358 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.4)
// ----
.person {
background: deepPink;
.person__face {
background: green;
.person--handsome &{
background: blue;
}
}
}
.person--handsome {
background: black;
}
.person {
background: deepPink;
}
.person .person__face {
background: green;
}
.person--handsome .person .person__face {
background: blue;
}
.person--handsome {
background: black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment