Skip to content

Instantly share code, notes, and snippets.

@bubbleheadinc
Last active January 2, 2016 17:29
Show Gist options
  • Save bubbleheadinc/8337386 to your computer and use it in GitHub Desktop.
Save bubbleheadinc/8337386 to your computer and use it in GitHub Desktop.
compass extend warning issue
.class{
@include breakpoint(wide){
@include span-columns(4);
}
}
.anotherClass{
@extend .class;
@include breakpoint(wide){
@include omega;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment