Skip to content

Instantly share code, notes, and snippets.

@jnaO
Last active December 10, 2015 13:48
Show Gist options
  • Save jnaO/4442816 to your computer and use it in GitHub Desktop.
Save jnaO/4442816 to your computer and use it in GitHub Desktop.
SASS - clearfix
.clearfix
*zoom: 1
&:before
content: " "
display: table
&:after
content: " "
display: table
clear: both
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment