Skip to content

Instantly share code, notes, and snippets.

@neromaki
Created February 23, 2016 16:15
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 neromaki/e5217c9e15c8a459b4be to your computer and use it in GitHub Desktop.
Save neromaki/e5217c9e15c8a459b4be to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
body {
main {
ul {
li {
color: red;
main.thisclass & {
color: blue;
}
}
}
}
}
body main ul li {
color: red;
}
main.thisclass body main ul li {
color: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment