Skip to content

Instantly share code, notes, and snippets.

@hjortureh
Created October 23, 2012 15:32
Show Gist options
  • Save hjortureh/3939487 to your computer and use it in GitHub Desktop.
Save hjortureh/3939487 to your computer and use it in GitHub Desktop.
Extend & placeholders in SASS
%clearfix {
overflow: none;
*zoom: 1;
}
header {
@extend %clearfix;
}
footer {
@extend %clearfix;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment