Skip to content

Instantly share code, notes, and snippets.

@kichMan
Created June 24, 2014 20:49
Show Gist options
  • Save kichMan/80fea69718fcb12c67e8 to your computer and use it in GitHub Desktop.
Save kichMan/80fea69718fcb12c67e8 to your computer and use it in GitHub Desktop.
Micro clearfix
/* Micro clearfix*/
.clearfix
{
&:before,
&:after
{
display: table;
content: "";
}
&:after { clear: both; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment