Skip to content

Instantly share code, notes, and snippets.

@aranw
Last active December 13, 2015 19:58
Show Gist options
  • Save aranw/4966583 to your computer and use it in GitHub Desktop.
Save aranw/4966583 to your computer and use it in GitHub Desktop.
Is this the correct way to do BEM? Or should I separate the header from the featured?
<section class="featured">
<header class="featured__header">
<h1 class="featured__header__title">Venue of the week</h1>
</header>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment