Skip to content

Instantly share code, notes, and snippets.

@iamcarrico
Created January 6, 2015 16:18
Show Gist options
  • Save iamcarrico/ddfe57c65a9d7042913a to your computer and use it in GitHub Desktop.
Save iamcarrico/ddfe57c65a9d7042913a to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.1)
// ----
%silence {
color: green;
@media (min-width: 500px) {
color: red;
}
}
.apple {
@extend %silence;
}
.apple {
color: green;
}
@media (min-width: 500px) {
.apple {
color: red;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment