Skip to content

Instantly share code, notes, and snippets.

@floster
Created March 30, 2017 07:22
Show Gist options
  • Save floster/ab981f9a4cb37c59b21198b7f543f86c to your computer and use it in GitHub Desktop.
Save floster/ab981f9a4cb37c59b21198b7f543f86c to your computer and use it in GitHub Desktop.
@mixin clearfix() {
&: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