Current File : /home/digitaw/teste_ecarte/achat/professionnel/scss/bootstrap/mixins/_clearfix.scss
@mixin clearfix() {
  &::after {
    display: block;
    clear: both;
    content: "";
  }
}