Skip to content

Instantly share code, notes, and snippets.

@bhvaleri
Created October 20, 2015 22:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhvaleri/0d4d9a77ef9391ed4735 to your computer and use it in GitHub Desktop.
Save bhvaleri/0d4d9a77ef9391ed4735 to your computer and use it in GitHub Desktop.
rOpJRg
<div class='a b'>
asdf
</div>
<div class="medium">
hello
</div>
.a.b
@extend .disable
.disable
color: red
.medium
font-weight: bold
.c
&:not(.disable)
@extend .medium
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment