Skip to content

Instantly share code, notes, and snippets.

@DaveOrDead
Last active December 5, 2015 07:58
Show Gist options
  • Save DaveOrDead/cbc631c9c267027d911e to your computer and use it in GitHub Desktop.
Save DaveOrDead/cbc631c9c267027d911e to your computer and use it in GitHub Desktop.
BEM state hooks
<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