ttimsmith/theboldreport.net

View on GitHub
_assets/stylesheets/_redbat/_clearfix.scss

Summary

Maintainability
Test Coverage
// -------------------------------
// CLEARFIX
// -------------------------------

%clearfix {
  &:before,
  &:after {
    content: ' ';
    display: table;
  }
  &:after {
    clear: both;
  }
}