@each $value in (
  normal,
  bold,
) {
  .-font-weight\:#{ $value } {
    font-weight: #{ $value };
  }
}
