UNPKG

121 BSCSSView Raw
1@import "variables";
2
3@each $name, $value in $text-decorations {
4 .#{$name} {
5 text-decoration: $value;
6 }
7}