Skip to content

Instantly share code, notes, and snippets.

@SteAllan
Created May 20, 2014 12:08
Show Gist options
  • Save SteAllan/e275f4347f28012d3438 to your computer and use it in GitHub Desktop.
Save SteAllan/e275f4347f28012d3438 to your computer and use it in GitHub Desktop.
// Clearfix
.clearfix, %clearfix {
&:before, &:after {
content: '';
display: table;
}
&:after {
clear: both;
}
@if ($old-ie == true) {
zoom: 1;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment