Skip to content

Instantly share code, notes, and snippets.

@justinryder
Last active August 29, 2015 14:13
Show Gist options
  • Save justinryder/71c3ee504f6e1809b35c to your computer and use it in GitHub Desktop.
Save justinryder/71c3ee504f6e1809b35c to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// ----
%my-placeholder {
color: red;
}
.foo.foo {
@extend %my-placeholder;
background-color: blue;
}
.foo {
color: red;
}
.foo.foo {
background-color: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment