jyj1993126
3/16/2017 - 7:33 AM

clearfix.less

/*Micro Clearfix*/
/*The most recent and globally adopted clearfix solution, the Micro Clearfix by Nicolas Gallagher.*/
.clearfix {
  &:before,
  &:after {
    content: "";
    display: table;
  }
  &:after {
    clear: both;
  }
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}