GIF89a php
Current File : /home/hencockfreshchic/public_html/app/scss/bootstrap/scss/mixins/_clearfix.scss
@mixin clearfix() {
  &::after {
    display: block;
    clear: both;
    content: "";
  }
}