@each $value in 'left' 'center' 'right'
    .is-#{$value}
        text-align: #{$value}