for $class-name, $text-decoration-value in $text-decoration-list {
  .text-decoration{$text-decoration-separator}{$class-name} {
    text-decoration: $text-decoration-value;
  }
}