Skip to content

Instantly share code, notes, and snippets.

@geddski
Created April 18, 2012 20:06
Show Gist options
  • Save geddski/2416187 to your computer and use it in GitHub Desktop.
Save geddski/2416187 to your computer and use it in GitHub Desktop.
micro clearfix LESS mixin
/* Micro ClearFix Mixin */
.clearfix{
zoom:1;
&:before, &:after{ content:""; display:table; }
&:after{ clear: both; }
}
@carbontwelve
Copy link

@krismeister thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment