Last active
December 13, 2015 19:58
-
-
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?
This file contains 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
<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