Skip to content

Instantly share code, notes, and snippets.

@daveredfern
Last active August 29, 2015 14:25
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 daveredfern/23a34d8d67ba2b0d8e49 to your computer and use it in GitHub Desktop.
Save daveredfern/23a34d8d67ba2b0d8e49 to your computer and use it in GitHub Desktop.
Example of BEM
<div class="article article--sticky">
<h2 class="article__title">This is an article title</h2>
<div class="article__content">
<p>A small description goes here.</p>
</div>
</div>
<div class="article">
<h2 class="article__title">This is an article title</h2>
<div class="article__content">
<p>A small description goes here.</p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment