Skip to content

Instantly share code, notes, and snippets.

@allanferreira
Created May 9, 2016 22:07
Show Gist options
  • Select an option

  • Save allanferreira/348114c910756f95d27e3ad746edc410 to your computer and use it in GitHub Desktop.

Select an option

Save allanferreira/348114c910756f95d27e3ad746edc410 to your computer and use it in GitHub Desktop.
BEM HTML na versão de Jordan Lewis com outras classes na estrutura
<div class="btn clear -fix">button</div>
<div class="btn -color-red float -left">button</div>
<div class="btn -size-large text -center">button</div>
<div class="btn -color-red -size-large is -enable">button</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment