@import "variables";

@each $name, $value in $font-sizes {
  .text\:#{$name} {
    font-size: $value;
  }
}
