File Manager

Path: /home/heznutpr/log.heznutprivate.com/dist/assets/node_modules/bootstrap/scss/mixins/

Viewing File: _clearfix.scss

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