Skip to content

Instantly share code, notes, and snippets.

@marcustisater
Created April 14, 2015 13:38
Show Gist options
  • Save marcustisater/a22ef083811c567aa1a0 to your computer and use it in GitHub Desktop.
Save marcustisater/a22ef083811c567aa1a0 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
%hide {
display: none;
}
.hide {
display: none;
}
.button {
@extend %hide;
}
.button-2 {
@extend .hide;
}
.button {
display: none;
}
.hide, .button-2 {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment