Skip to content

Instantly share code, notes, and snippets.

@alienresident
Created November 8, 2013 15:34
Show Gist options
  • Save alienresident/7372729 to your computer and use it in GitHub Desktop.
Save alienresident/7372729 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.4)
// Compass (v1.0.0.alpha.18)
// ----
// http://sassmeister.com/gist/7372729
@mixin specificity {
&#{&} {
@content;
}
}
.whatever {
@include specificity {
border: solid;
}
}
Invalid CSS after " &#{": expected expression (e.g. 1px, bold), was "&} {"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment