Skip to content

Instantly share code, notes, and snippets.

@jensgro
Created April 13, 2015 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jensgro/7cf7612037e7816c1315 to your computer and use it in GitHub Desktop.
Save jensgro/7cf7612037e7816c1315 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.1)
// ----
%placeholder {
foo: bar;
&:first-child {
first: child;
}
}
.class {
@extend %placeholder;
&.subclass {
@extend %placeholder;
}
}
.class, .class.subclass {
foo: bar;
}
.class:first-child {
first: child;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment