summary history files

web/penny/static/vendor/bootstrap/scss/mixins/_clearfix.scss
@mixin clearfix() {
  &::after {
    display: block;
    clear: both;
    content: "";
  }
}