Skip to content

Instantly share code, notes, and snippets.

@julienetie
Last active April 7, 2023 21:52
Show Gist options
  • Save julienetie/f7d0bc58df1e96eab5fc90b78e6bf9f9 to your computer and use it in GitHub Desktop.
Save julienetie/f7d0bc58df1e96eab5fc90b78e6bf9f9 to your computer and use it in GitHub Desktop.
With Nesting
.parent-selector {
background: lime;
> .child-selector {
color: crimson;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment