Skip to content

Instantly share code, notes, and snippets.

@Granze
Created March 15, 2012 20:38
Show Gist options
  • Select an option

  • Save Granze/2046743 to your computer and use it in GitHub Desktop.

Select an option

Save Granze/2046743 to your computer and use it in GitHub Desktop.
[LESS] A new micro clearfix
/* http://nicolasgallagher.com/micro-clearfix-hack/ */
.cf {
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