Skip to content

Instantly share code, notes, and snippets.

@bhvaleri
Created October 20, 2015 22:11
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/40423ce3fc03340412c3 to your computer and use it in GitHub Desktop.
Save bhvaleri/40423ce3fc03340412c3 to your computer and use it in GitHub Desktop.
GpyxgM
<div class='a b'>
asdf
</div>
<div class="medium">
hello
</div>
//working solution will be
%disable
color: red
.disable
@extend %disable
.a.b
@extend %disable
//.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