clearfix.less 87 B

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