/// modern clearfix
%o-clearfix {
  &:after {
    content: '';
    display: table;
    clear: both;
  }
}
