Viewing File: /home/maglabs/greentech/wp-content/themes/porto/scss/plugins/bootstrap/mixins/_clearfix.scss

// scss-docs-start clearfix
@mixin clearfix() {
  &::after {
    display: block;
    clear: both;
    content: "";
  }
}
// scss-docs-end clearfix
Back to Directory File Manager