Your IP : 3.144.37.196


Current Path : /proc/self/root/home/sudancam/.trash/sooon/src/scss/bootstrap-rtl-fix/mixins/
Upload File :
Current File : //proc/self/root/home/sudancam/.trash/sooon/src/scss/bootstrap-rtl-fix/mixins/_clearfix.scss

// scss-docs-start clearfix
@mixin clearfix() {
  &::after {
    display: block;
    clear: both;
    content: '';
  }
}
// scss-docs-end clearfix