Last active
April 7, 2023 21:52
-
-
Save julienetie/f7d0bc58df1e96eab5fc90b78e6bf9f9 to your computer and use it in GitHub Desktop.
Revisions
-
julienetie renamed this gist
Apr 7, 2023 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
julienetie created this gist
Apr 7, 2023 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ .parent-selector { background: lime; > .child-selector { color: crimson; } }