Skip to content

Instantly share code, notes, and snippets.

@scottkellum
Created November 20, 2012 16:51
Show Gist options
  • Save scottkellum/4119200 to your computer and use it in GitHub Desktop.
Save scottkellum/4119200 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com, the Sass playground.
@media screen {
.baz {
bar: baz;
}
}
@import "compass";
%blue {
foo: bar;
@media screen {
bar: baz;
}
}
.baz {
// @extend %blue;
@media screen {
@extend %blue;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment