Skip to content

Instantly share code, notes, and snippets.

@Sam152
Created December 11, 2013 05:19
Show Gist options
  • Save Sam152/7905438 to your computer and use it in GitHub Desktop.
Save Sam152/7905438 to your computer and use it in GitHub Desktop.
@mixin clearfix{
&:after{
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment