scss Scss地图

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss Scss地图相关的知识,希望对你有一定的参考价值。

$colors: ( 
	"gray": '#eee',
	"black": '#000',
	"white": '#fff',
	"red": '#ff4' 
);

@each $color, $value in $colors {
    .item-#{$color} {
        background-color: $value;
        @if $color == 'white' {
            color: black;
        } @else if $color == 'black' {
            color: white;
        }
    }
}

以上是关于scss Scss地图的主要内容,如果未能解决你的问题,请参考以下文章

SCSS @each 循环可以包含多个地图吗?

scss 彩色地图

scss 通过方法和地图管理颜色。

scss 排序SASS地图

scss 萨斯地图

scss 使用Sass地图的响应断点