Skip to content

Instantly share code, notes, and snippets.

@jwebcat
Created January 31, 2014 06:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwebcat/8727470 to your computer and use it in GitHub Desktop.
Save jwebcat/8727470 to your computer and use it in GitHub Desktop.
cfix extend
%cfix {
&:before,
&:after {
content:"";
display: table;
}
&:after {
clear:both;
}
& {
*zoom:1;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment