Skip to content

Instantly share code, notes, and snippets.

@drocarmo
Created January 24, 2014 06:13
Show Gist options
  • Save drocarmo/8592788 to your computer and use it in GitHub Desktop.
Save drocarmo/8592788 to your computer and use it in GitHub Desktop.
Bourbbbbbbbbb
// Bourbon's clear-anything mixin
@mixin clearfix {
&:after {
content:"";
display:table;
clear:both;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment