• File: _clearfix.scss
  • Full Path: /home/chassiw/www/wp-content/themes/indutri/sass/bootstrap/mixins/_clearfix.scss
  • File size: 93 bytes
  • MIME-type: text/plain
  • Charset: utf-8
@mixin clearfix() {
  &::after {
    display: block;
    clear: both;
    content: "";
  }
}