Skip to content

Instantly share code, notes, and snippets.

@iamcarrico
Last active August 29, 2015 14:16
Show Gist options
  • Save iamcarrico/258528c84bde2fdad2da to your computer and use it in GitHub Desktop.
Save iamcarrico/258528c84bde2fdad2da to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
%silence {
color: red;
&__second {
color: blue;
}
.something {
color: green;
}
}
.apple {
@extend %silence;
}
.apple {
color: red;
}
.apple .something {
color: green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment