// main: default.less

.clearfix() {
    &:after {
      content:"";
      display:table;
      clear:both;
    }
}
