Skip to content

Instantly share code, notes, and snippets.

@Cspeisman
Last active August 29, 2015 14:13
Show Gist options
  • Save Cspeisman/ba328de55ff64a998ec0 to your computer and use it in GitHub Desktop.
Save Cspeisman/ba328de55ff64a998ec0 to your computer and use it in GitHub Desktop.
Quick notes on BEM
  .block{} //component/molecule 
	
  .block{}--modifier {} // modification to component
	
  .block__element {} //descendent of block - atom inside of component

  .block__element--modifier {} //descendent of block - atom inside of component modified
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment