Skip to content

Instantly share code, notes, and snippets.

@gmmorris
Created July 26, 2015 15:00
Show Gist options
  • Save gmmorris/bccf175eb1892b9daa1a to your computer and use it in GitHub Desktop.
Save gmmorris/bccf175eb1892b9daa1a to your computer and use it in GitHub Desktop.
Example for article on Medium.com about Simmerjs
<div id="new_panel">
<div>
Lorem ipsum...
</div>
<div class="blurb">
<div>
Lorem ipsum...
<div>
<em>This is what we're doing!</em>
</div>
</div>
</div>
</div>
#new_panel .blurb em {
}
#new_panel > div.blurb > div > div > em {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment