Last active
December 5, 2015 07:58
-
-
Save DaveOrDead/cbc631c9c267027d911e to your computer and use it in GitHub Desktop.
BEM state hooks
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="card is-active"> | |
[ ... ] | |
</div> | |
or | |
<div class="card card--is-active"> | |
[ ... ] | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment