Skip to content

Instantly share code, notes, and snippets.

@jensgro
Created January 10, 2017 16:06
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 jensgro/578970d0208d21c36990a74d6ba849fe to your computer and use it in GitHub Desktop.
Save jensgro/578970d0208d21c36990a74d6ba849fe to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.3.6)
// ----
a {
b {
i & {color: red;}
}
}
a {
b & {
i & {color: blue;}
}
}
i a b {
color: red;
}
i b a {
color: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment