Skip to content

Instantly share code, notes, and snippets.

@kristoferjoseph
Created March 8, 2014 19:37
Show Gist options
  • Save kristoferjoseph/9437671 to your computer and use it in GitHub Desktop.
Save kristoferjoseph/9437671 to your computer and use it in GitHub Desktop.
BEM naming convention
<div class="button-bar">
<div class="button-bar__item">
<button class="button">One</button>
</div>
<div class="button-bar__item">
<button class="button">Two</button>
</div>
<div class="button-bar__item">
<button class="button">Three</button>
</div>
<div class="button-bar__item">
<button class="button">Four</button>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment