/**
 * Example usage:
 *
 * @extend %clearfix;
 */

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