Created
January 17, 2022 21:29
-
-
Save LeoSeyers/db96d54a5619d774377558eeb35374af to your computer and use it in GitHub Desktop.
Nested element with parent self reference
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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