Skip to content

Instantly share code, notes, and snippets.

@mattsacks
Created May 25, 2014 23:04
Show Gist options
  • Save mattsacks/7712d39cb71220891608 to your computer and use it in GitHub Desktop.
Save mattsacks/7712d39cb71220891608 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.7)
// Compass (v1.0.0.alpha.18)
// ----
%fart {
color: brown;
}
%fart {
color: yellow;
}
.poop {
@extend %fart;
}
.poop {
color: brown;
}
.poop {
color: yellow;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment