lnked/react-starter

View on GitHub
src/assets/styles/mixins/_clearfix.scss

Summary

Maintainability
Test Coverage
%clearfix {
  zoom: 1;

  &:after {
    clear: both;
  }

  &:before,
  &:after {
    content: '';
    display: table;
    line-height: 0;
  }
}