Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save seven-phases-max/d9a47bf03d1be2e5181c to your computer and use it in GitHub Desktop.
Save seven-phases-max/d9a47bf03d1be2e5181c to your computer and use it in GitHub Desktop.
a {a: a} // <- just to ensure we don't catch any unrelated rulesets
.foo() {
2: parent-selectors();
}
.bar() {
.foo();
}
div.aa {
span #bb {
&:hover h2:not(.cc) {
1: parent-selectors();
.bar();
.baz.qux();
.baz();
}
}
}
b {b: b}
.baz {
.qux {
3: parent-selectors();
}
}
x, y {
& + & {
4: parent-selectors();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment