Skip to content

Instantly share code, notes, and snippets.

@markh-fod
Created April 17, 2013 10:31
Show Gist options
  • Save markh-fod/5403295 to your computer and use it in GitHub Desktop.
Save markh-fod/5403295 to your computer and use it in GitHub Desktop.
Wouldn't it be nice if we had BEM support in SASS?
.block {}
.block__element {}
.block--modifier {}
.block {
__element {}
--modifier {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment