Skip to content

Instantly share code, notes, and snippets.

@urre
Last active November 28, 2017 02:44
Show Gist options
  • Save urre/081152940ed568a04b13 to your computer and use it in GitHub Desktop.
Save urre/081152940ed568a04b13 to your computer and use it in GitHub Desktop.
BEM with SCSS
.module {
some: stuff;
&__child {
blah: blah;
}
&--modifier {
modify: me;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment