Skip to content

Instantly share code, notes, and snippets.

@jonnymaceachern
Created September 9, 2016 15:25
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 jonnymaceachern/b816fbc7152da5c6b8764b715d0a88fd to your computer and use it in GitHub Desktop.
Save jonnymaceachern/b816fbc7152da5c6b8764b715d0a88fd to your computer and use it in GitHub Desktop.
%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