Created
May 9, 2016 22:07
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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