@each $value in (
  start,
  center,
  end,
  stretch,
  auto
) {
  .-justify-self\:#{ $value } {
    justify-self: #{ $value };
  }
}
