Skip to content

Instantly share code, notes, and snippets.

@asottile
Created January 30, 2016 07:25
Show Gist options
  • Save asottile/262b30c2d4e41b88dfd2 to your computer and use it in GitHub Desktop.
Save asottile/262b30c2d4e41b88dfd2 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.20)
// Compass (v1.0.3)
// ----
a, b {
&:not(c) {
d: e;
}
}
a:not(c), b:not(c) {
d: e;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment