Skip to content

Instantly share code, notes, and snippets.

@tomwray13
Last active January 20, 2020 14:27
Show Gist options
  • Save tomwray13/18a9c4f44ea14aa03cebe5d28d7bc3a6 to your computer and use it in GitHub Desktop.
Save tomwray13/18a9c4f44ea14aa03cebe5d28d7bc3a6 to your computer and use it in GitHub Desktop.
Grandchild Solution 2
<div class=“nav”>
<!-- New div added without the need to refactor -->
<div class="nav__wrapper">
<ul class=“nav__menu”>
<li class=“nav__item”>
<a class=“nav__link”>Home</a>
</li>
</ul>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment