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