Skip to content

Instantly share code, notes, and snippets.

@jackie
Created June 4, 2014 20:46
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 jackie/33b89dcf16ce21fa3752 to your computer and use it in GitHub Desktop.
Save jackie/33b89dcf16ce21fa3752 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.7)
// Compass (v1.0.0.alpha.18)
// ----
.a {
&-suffix {
display: none;
}
}
.a-extend {
// un-comment the line below to see the error
//@extend .a;
}
.a-suffix {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment