Skip to content

Instantly share code, notes, and snippets.

@matthew-andrews
Created September 12, 2014 21:48
Show Gist options
  • Save matthew-andrews/079d90b7d7f9991a615f to your computer and use it in GitHub Desktop.
Save matthew-andrews/079d90b7d7f9991a615f to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.1)
// ----
%test {
margin: 10px;
}
.my-thing {
@extend %test;
margin: 12px;
}
.my-thing {
margin: 10px;
}
.my-thing {
margin: 12px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment