Skip to content

Instantly share code, notes, and snippets.

@mazipan
Created April 5, 2017 04:23
Show Gist options
  • Save mazipan/9a58bd1a8bda0a8a5b4bb2daf2a5ddb8 to your computer and use it in GitHub Desktop.
Save mazipan/9a58bd1a8bda0a8a5b4bb2daf2a5ddb8 to your computer and use it in GitHub Desktop.
@mixin clearfix()
{
*zoom: 1;
&:before,
&:after
{
display: table;
content: ' ';
}
&:after
{
clear: both;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment