Warning: You probably don't mean to use the color value blue in interpolation here.
It may end up represented as blue, which will likely produce invalid CSS.
Always quote color names when using them as strings or map keys (for example, "blue").
If you really want to use the color value here, use '"" + $name'.
╷
97 │ .#{$name}-#{ $i * 100 }--txt { color: map-get($colormap,$name + $s); }
│ ^^^^^
╵
src\styles\colors.scss 97:12 @import
stdin 130:9 root stylesheet
0 个回复