Skip to content

Instantly share code, notes, and snippets.

@ahuggins
Created March 8, 2019 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahuggins/b7215e0716cb5022fac1a1c4fa747644 to your computer and use it in GitHub Desktop.
Save ahuggins/b7215e0716cb5022fac1a1c4fa747644 to your computer and use it in GitHub Desktop.
<Bar className="someCustomClass">
<div>
<div className="barClass">
<Baz className="someCustomClass">
<div>
<div className="someCustomClass">
<h1>
Baz is rendered
</h1>
</div>
</div>
</Baz>
</div>
</div>
</Bar>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment