@import '../var';

.cl-row {
  &:after {
    content: '';
    display: table;
    clear: both;
  }
}
