Skip to content

Instantly share code, notes, and snippets.

@FiNGAHOLiC
Created September 21, 2012 12:18
Show Gist options
  • Select an option

  • Save FiNGAHOLiC/3761173 to your computer and use it in GitHub Desktop.

Select an option

Save FiNGAHOLiC/3761173 to your computer and use it in GitHub Desktop.
Micro Clearfix Placeholder Selectors
// micro-clearfix
// http://nicolasgallagher.com/micro-clearfix-hack/
%micro-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