Skip to content

Instantly share code, notes, and snippets.

@MLaritz
Created September 11, 2014 15:24
Show Gist options
  • Save MLaritz/b67352f17d9e214098ac to your computer and use it in GitHub Desktop.
Save MLaritz/b67352f17d9e214098ac to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.3)
// Compass (v1.0.1)
// ----
.test {
& .front {
color: #ff0000;
}
.back & {
color: #0000ff;
}
.middle & .middle {
color: #00ff00;
}
}
.test .front {
color: #ff0000;
}
.back .test {
color: #0000ff;
}
.middle .test .middle {
color: #00ff00;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment