Catpow SCSS

background image

tint

色の濃さを変更してrgb形式で返します。
scss
@import 'catpow';

.box{
	color:tint(#FF0000,40,.4);
}
css
.box {
  color: #f99;
}