Last active
January 2, 2016 17:29
-
-
Save bubbleheadinc/8337386 to your computer and use it in GitHub Desktop.
compass extend warning issue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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