Skip to content

Instantly share code, notes, and snippets.

@toddmotto
Created May 2, 2014 14:42
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 toddmotto/4898e3a2abb638b4034b to your computer and use it in GitHub Desktop.
Save toddmotto/4898e3a2abb638b4034b to your computer and use it in GitHub Desktop.
What the BEM
<div class="module">
<div class="module__thing">
<h1 class="module__thing-title">Hi</h1>
</div>
<div class="module__content">
<p class="module__content-text">Oh, hello.</p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment