Skip to content

Instantly share code, notes, and snippets.

@LeoSeyers
Created January 17, 2022 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeoSeyers/db96d54a5619d774377558eeb35374af to your computer and use it in GitHub Desktop.
Save LeoSeyers/db96d54a5619d774377558eeb35374af to your computer and use it in GitHub Desktop.
Nested element with parent self reference
.card {
$t: &;
&:hover {
#{$t}__title {
color: green;
}
}
&__title {
color: lightcoral;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment