Skip to content

Instantly share code, notes, and snippets.

@bensmithett
Last active December 26, 2015 06:49
Show Gist options
  • Save bensmithett/7110383 to your computer and use it in GitHub Desktop.
Save bensmithett/7110383 to your computer and use it in GitHub Desktop.
Custom styles for nested modules
<div class="parent">
<div class="parent__children">
<div class="child"></div>
<div class="child--modified"></div>
</div>
</div>
.child
color: red
.child--modified
@extend .child
font-weight: bold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment