clearfix.less 87 B

12345678
  1. .clearfix() {
  2. &::after {
  3. display: table;
  4. clear: both;
  5. content: '';
  6. }
  7. }