Last active
May 9, 2016 22:04
-
-
Save allanferreira/3dc5517b99058d8362a10bd2b6cd4271 to your computer and use it in GitHub Desktop.
BEM HTML na versão de Jordan Lewis
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">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