Last active
April 7, 2023 21:52
-
-
Save julienetie/f7d0bc58df1e96eab5fc90b78e6bf9f9 to your computer and use it in GitHub Desktop.
With Nesting
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
.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