Compass を使用して div に background-image と background-color を適用する方法
がわからない
@include background(
image-url($bg-sprite) no-repeat,
color (#333));
このように作られました:))))
@include background(
image-url($bg-sprite) no-repeat,
linear-gradient(#333, #333));
より良い方法はありますか?