/* Clearfix */
@mixin test-target {
  &::after {
    display: block;
    clear: both;
    content: '';
  }
}
