Skip to content

Instantly share code, notes, and snippets.

@slave2zeros
Created February 10, 2015 22:02
Show Gist options
  • Save slave2zeros/0b4117174177f40eebde to your computer and use it in GitHub Desktop.
Save slave2zeros/0b4117174177f40eebde to your computer and use it in GitHub Desktop.
.clearfix() {
&:before,
&:after {
content: " "; // 1
display: table; // 2
}
&:after {
clear: both;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment