Skip to content

Instantly share code, notes, and snippets.

@am11
Last active August 29, 2015 14:18
Show Gist options
  • Save am11/69d7ec29d7c737365399 to your computer and use it in GitHub Desktop.
Save am11/69d7ec29d7c737365399 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.1.0)
// ----
h2 {
color:blind;
}
@media print{
h1 {
@extend h2;
}
}
h2, h1 {
color: blind; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment