Skip to content

Instantly share code, notes, and snippets.

@sammorrisdesign-zz
Created October 16, 2014 12:07
Show Gist options
  • Save sammorrisdesign-zz/08c7d2a1723c71e7793a to your computer and use it in GitHub Desktop.
Save sammorrisdesign-zz/08c7d2a1723c71e7793a to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.5)
// Compass (v1.0.1)
// ----
%placeholder {
color: red;
}
%placeholder {
background-color: pink;
}
.placeholder {
@extend %placeholder;
}
.placeholder {
color: red;
}
.placeholder {
background-color: pink;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment