Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save GuillaumeDaviid/f4434d2600389e3bce159425ba72675d to your computer and use it in GitHub Desktop.
Save GuillaumeDaviid/f4434d2600389e3bce159425ba72675d to your computer and use it in GitHub Desktop.
before nesting
.nesting {
color: hotpink;
}
.nesting > .is {
color: rebeccapurple;
}
.nesting > .is > .awesome {
color: deeppink;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment