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.

Revisions

  1. julienetie renamed this gist Apr 7, 2023. 1 changed file with 0 additions and 0 deletions.
  2. julienetie created this gist Apr 7, 2023.
    6 changes: 6 additions & 0 deletions fsu-css-nesting-with-nesting.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    .parent-selector {
    background: lime;
    > .child-selector {
    color: crimson;
    }
    }