@each $value in (
  start,
  end,
  left,
  right,
  center,
  justify
) {
  .-text-align\:#{ $value } {
    text-align: #{ $value };
  }
}
