// See COPYRIGHT.md for copyright information

.clearfix {
  &::after {
    content: "";
    clear: both;
    display: table;
  }
}
