UNPKG

111 BSCSSView Raw
1@import "variables";
2
3@each $name, $value in $font-styles {
4 .#{$name} {
5 font-style: $value;
6 }
7}