Skip to content

Instantly share code, notes, and snippets.

@tonylegrone
Created August 26, 2014 20:02
Show Gist options
  • Save tonylegrone/57127fbb852b1d43bfb5 to your computer and use it in GitHub Desktop.
Save tonylegrone/57127fbb852b1d43bfb5 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v2.0.0)
// ----
%unexpected {
display: block;
}
.foo {
display: block;
}
.bar {
@extend %unexpected;
}
.bar {
display: block; }
.foo {
display: block; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment