File "_clearfix.scss"

Full Path: C:/wamp64/www/INVENTALMACEN/login/scss/bootstrap/mixins/_clearfix.scss
File size: 93 bytes
MIME-type: text/plain
Charset: utf-8

@mixin clearfix() {
  &::after {
    display: block;
    clear: both;
    content: "";
  }
}