/home2/mshostin/www/assets/scss/black-dashboard/bootstrap/mixins/_clearfix.scss
@mixin clearfix() {
  &::after {
    display: block;
    clear: both;
    content: "";
  }
}