Skip to content

Instantly share code, notes, and snippets.

@y0mbo
Last active December 11, 2015 23:29
Show Gist options
  • Save y0mbo/4677122 to your computer and use it in GitHub Desktop.
Save y0mbo/4677122 to your computer and use it in GitHub Desktop.
Clearfix for Sass
/* clearfix */
.clearfix {
*zoom: 1;
&:before, &:after {
content: " ";
display: table;
}
&:after {
clear: both;
}
@y0mbo
Copy link
Author

y0mbo commented Jan 30, 2013

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