scss 1:1の管理(对于だと第nに変数を使えず怒られた)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss 1:1の管理(对于だと第nに変数を使えず怒られた)相关的知识,希望对你有一定的参考价值。

$objects:(
    1:  29px,
    2:  50px,
    3:  58px,
    4:  45px,
    5:  48px,
    6:  44px,
);
@each $num, $width in $objects {
	$icon-width: $width;
	&:nth-child(#{$num}) {
		.planListIcon object {
			width: $icon-width;
		}
	}
}
$num: "";
@for $i from 1 through 10 {
    @if $i < 10 {
        $num: "0#{$i}";
    } @else {
        $num: $i;
    }
    li:nth-child(#{$i}) a {
        background-image: url(/contents/c/shop/image/category/syokuhin/img_cat#{$num}.png);
    }
}
@for $i from 0 through 2 {
	&:nth-child(#{$i + 1}) {
		background-image: url(../img/home/img_merit0#{$i + 1}.jpg);
	}
}

以上是关于scss 1:1の管理(对于だと第nに変数を使えず怒られた)的主要内容,如果未能解决你的问题,请参考以下文章

swift Swiftでは++が使えないので,その代わりに计数変数をカウントアップする关数で代用#minna_de_swift

ruby 标准出力に変数の内容を展开する

c_cpp 自プロセスの环境変数を全て表示する

javascript アロー关数を使った此の束缚

scss @contentを使った媒体查询の混入

scss remを使った字体大小の初期化