Skip to content

Instantly share code, notes, and snippets.

@flipjs
Forked from geddski/cf.less
Last active August 29, 2015 14:25
Show Gist options
  • Save flipjs/e753b8b7a1231a67d66d to your computer and use it in GitHub Desktop.
Save flipjs/e753b8b7a1231a67d66d to your computer and use it in GitHub Desktop.
/* Micro ClearFix Mixin */
.clearfix{
zoom:1;
&:before, &:after{ content:""; display:table; }
&:after{ clear: both; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment