tint
色の濃さを変更してrgb形式で返します。
scss
@import 'catpow';
.box{
color:tint(#FF0000,40,.4);
}
@import 'catpow'; .box{ color:tint(#FF0000,40,.4); }
css
.box {
color: #f99;
}
.box { color: #f99; }