Skip to content

Instantly share code, notes, and snippets.

@hayeah
Created January 15, 2015 10:19
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 hayeah/079923be3671bdcc3cc0 to your computer and use it in GitHub Desktop.
Save hayeah/079923be3671bdcc3cc0 to your computer and use it in GitHub Desktop.
BEM example
.menu {
__layout { display: inline; }
__layout-item { display: inline-block; ... }
__item { _state_current { font-weight: bold; } }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment