Answer the question
In order to leave comments, you need to log in
Sass(3.3.6) compiler not working on ubuntu 12.04 (ruby 1.9.3)
@each $animal, $color, $cursor in (puma, black, default),
(sea-slug, blue, pointer),
(egret, white, move) {
.#{$animal}-icon {
background-image: url('/images/#{$animal}.png');
border: 2px solid $color;
cursor: $cursor;
}
}
error sass/screen.scss (Line 1: Invalid CSS after "@each $animal": expected "in", was ", $color, $curs...")
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question