Skip to content

Instantly share code, notes, and snippets.

@gustavom
Created November 18, 2014 15:56
Show Gist options
  • Save gustavom/fd31113f8cb67c9c27e3 to your computer and use it in GitHub Desktop.
Save gustavom/fd31113f8cb67c9c27e3 to your computer and use it in GitHub Desktop.
@mixin clearfixmicro(){
&:before,
&:after {content: " "; display: table;}
&:after {clear: both;}
&{*zoom: 1;}
}
.suaclasse{
@include clearfixmicro ();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment