SCSS Compiler
@mixin syntax-colors($args...) { @each $name, $color in keywords($args) { pre span.stx-#{$name} { color: $color; } } } @include syntax-colors( $string: green, $comment: yellow, $variable: blue, )
OUTPUT
×

Save as Private