Current File : /home/inlingua/public_html/crm.vprotectindia.com/public/user/scss/bootstrap/mixins/_clearfix.scss
@mixin clearfix() {
  &::after {
    display: block;
    clear: both;
    content: "";
  }
}