Skip to content

Instantly share code, notes, and snippets.

@macbleser
Created March 26, 2014 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save macbleser/9789233 to your computer and use it in GitHub Desktop.
Save macbleser/9789233 to your computer and use it in GitHub Desktop.
BEM Nav
<nav role="navigation">
<ul class="nav__list">
<li class="nav__list__item">
<a href="" class="nav__link"></a>
</li>
<li class="nav__list__item">
<a href="" class="nav__link--active"></a>
</li>
<li class="nav__list__item">
<a href="" class="nav__link"></a>
</li>
</ul>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment