Skip to content

Instantly share code, notes, and snippets.

@rizkysyazuli
Last active February 20, 2020 16:13
Show Gist options
  • Save rizkysyazuli/4baeb0c8afa871922a14 to your computer and use it in GitHub Desktop.
Save rizkysyazuli/4baeb0c8afa871922a14 to your computer and use it in GitHub Desktop.
[SCSS - Clearfix] #scss
@mixin clearfix {
*zoom:1;
&: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