Skip to content

Instantly share code, notes, and snippets.

@ninnypants
Created March 13, 2014 05:32
Show Gist options
  • Save ninnypants/9522352 to your computer and use it in GitHub Desktop.
Save ninnypants/9522352 to your computer and use it in GitHub Desktop.
BEM Sass without nesting
.object {
/* styles */
}
.object__child {
/* styles */
}
.object__child--modifier {
/* styles */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment