Skip to content

Instantly share code, notes, and snippets.

@mciastek
Created November 4, 2015 14:53
Show Gist options
  • Save mciastek/ddd5dedce9babb2adece to your computer and use it in GitHub Desktop.
Save mciastek/ddd5dedce9babb2adece to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
.interactions {
& {
background: green;
}
body {
background: red;
}
}
.interactions {
background: green;
}
.interactions body {
background: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment