Skip to content

Instantly share code, notes, and snippets.

@abdobouna
Last active December 30, 2015 14:31
Show Gist options
  • Save abdobouna/0185a1dc9f0334c569d1 to your computer and use it in GitHub Desktop.
Save abdobouna/0185a1dc9f0334c569d1 to your computer and use it in GitHub Desktop.
@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