Skip to content

Instantly share code, notes, and snippets.

@Farmatique
Last active October 4, 2016 19:42
Show Gist options
  • Save Farmatique/12b639009789eb0f623344242dc5e2a7 to your computer and use it in GitHub Desktop.
Save Farmatique/12b639009789eb0f623344242dc5e2a7 to your computer and use it in GitHub Desktop.
clear fix
&:after, &:before{
content: '';
display: table;
}
&:after{
clear: both;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment