_color.scss里面是这样
_color.scss
@each $color in red, green, blue, black { .#{$color} { color: $color; } }
为什么会编译失败?
冉冉说
慕后森
相关分类