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