Skip to content

Instantly share code, notes, and snippets.

@wheresrhys
Created March 28, 2014 10:05
Show Gist options
  • Save wheresrhys/9829325 to your computer and use it in GitHub Desktop.
Save wheresrhys/9829325 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.4)
// Compass (v1.0.0.alpha.18)
// ----
// in module A
.featureA {
%placeholderA {
content: 'A';
}
}
.featureB .thing {
@extend %placeholderA;
}
.featureA .featureB .thing, .featureB .featureA .thing {
content: 'A';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment