Skip to content

Instantly share code, notes, and snippets.

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