// Types

@for $i from 1 through $multiplier {
  .#{$prefix}-fs-#{$i} {
    font-size: $size * $i+px;
  }
  .#{$prefix}-lh-#{$i} {
    line-height: $size * $i * $line+px;
  }
}