Skip to content

Instantly share code, notes, and snippets.

@bradens
Created November 25, 2015 21:08
Show Gist options
  • Save bradens/d85c85080bdca07a3f50 to your computer and use it in GitHub Desktop.
Save bradens/d85c85080bdca07a3f50 to your computer and use it in GitHub Desktop.
demo sass bug
%button {
background: red;
}
@media (max-width: 500px) {
@extend %button;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment