// Clearfix (Contain floats)
.#{$emma-prefix}cf {
  &::after {
    content: "";
    display: table;
    clear: both;
  }
}
