Skip to content

Instantly share code, notes, and snippets.

@sammorrisdesign-zz
Created January 23, 2015 11:23
Show Gist options
  • Save sammorrisdesign-zz/79e47d4be2617b8d3d27 to your computer and use it in GitHub Desktop.
Save sammorrisdesign-zz/79e47d4be2617b8d3d27 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// ----
%placeholder {
background-color: red;
}
.a {
@extend %placeholder;
}
.b {
@extend %placeholder;
padding-left: 3px;
}
.a, .b {
background-color: red;
}
.b {
padding-left: 3px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment