scss变量拼接问题
我的颜色值在外部定义过了,分别是$task-run-status-green-color
,$task-run-status-red-color
等等。。。;
要想通过拼接使用这几个变量该怎么写?
$list: 'green','red','blue','purple','orange','gray';
@for $i from 1 through 6 {
.#{nth($list,$i)} {
color: $task-run-status-#{nth($list,$i)}-color; // 这句应该怎么拼接才对???,我这样写是不对的
.seal-icon {
color: nth($colorList, $i);
}
}
}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论