@each $id, $size in $font-sizes { .font-size-#{$id} { &:after { content: "#{$size}"; } }; };