Skip to content

Instantly share code, notes, and snippets.

@allanferreira
Last active May 9, 2016 22:04
Show Gist options
  • Select an option

  • Save allanferreira/3dc5517b99058d8362a10bd2b6cd4271 to your computer and use it in GitHub Desktop.

Select an option

Save allanferreira/3dc5517b99058d8362a10bd2b6cd4271 to your computer and use it in GitHub Desktop.
BEM HTML na versão de Jordan Lewis
<div class="btn">button</div>
<div class="btn -color-red">button</div>
<div class="btn -size-large">button</div>
<div class="btn -color-red -size-large">button</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment