Skip to content

Instantly share code, notes, and snippets.

@ericmasiello
Created March 6, 2020 15:41
Show Gist options
  • Save ericmasiello/40c8548d3f176d0cc63a36ad4d042060 to your computer and use it in GitHub Desktop.
Save ericmasiello/40c8548d3f176d0cc63a36ad4d042060 to your computer and use it in GitHub Desktop.
BEM modifier usage
<!-- Good! -->
<button class="button button--outline">Click me</button>
<!-- Bad! -->
<button class="button--outline">Click me</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment