@import "variables";

@each $name, $value in $text-decorations {
  .#{$name} {
    text-decoration: $value;
  }
}
