Skip to content

Instantly share code, notes, and snippets.

@spleenteo
Created June 3, 2012 00:57
Show Gist options
  • Select an option

  • Save spleenteo/2860770 to your computer and use it in GitHub Desktop.

Select an option

Save spleenteo/2860770 to your computer and use it in GitHub Desktop.
clearfix in scss
.clearfix {
display: block;
&:after {
clear: both;
content: ' ';
display: block;
font-size: 0;
line-height: 0;
visibility: hidden;
width: 0;
height: 0
}
}
* html.clearfix {
height: 1%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment