UNPKG

119 BSCSSView Raw
1@import "variables";
2
3@each $name, $value in $font-weights {
4 .text\:#{$name} {
5 font-weight: $value;
6 }
7}