Skip to content

Instantly share code, notes, and snippets.

@scottkellum
Created January 9, 2013 21:47
Show Gist options
  • Save scottkellum/4497267 to your computer and use it in GitHub Desktop.
Save scottkellum/4497267 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com, the Sass playground.
// Sass v3.2.3
%foo {
color: red;
@media context_1 {
color: green;
}
}
@media context_1 {
.bar {
@extend %foo;
}
}
@media context_1 {
.bar {
color: green;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment