Gaya / Retina-Sprites-for-Compass

Allow to use sprites in retina with Compass.
160 stars 31 forks source link

sprite-map doesn't support keyword arguments #16

Open ComLock opened 9 years ago

ComLock commented 9 years ago

We're using npm and gulp-sass and thus node-sass which uses libsass.

ASFAIK libsass 3.3.0 does not support keyword arguments

Here's the error we get: Error: Function sprite-map doesn't support keyword arguments

$icons: sprite-map("icons/*.png", $layout: smart);

Gaya commented 9 years ago

I am using Compass' mixins directly. Maybe I should take a look and how they handle this. As far as I know their development has been on a low for some time.

ddanchuk commented 8 years ago

Guys, tried to use npm and gulp-ruby-sass - and I have the same error as @ComLock The problem is that I have an exisiting project with Compass (I can see many variables from it) - and I cannot make it to compile CSS.

dm-coding commented 6 years ago

I too am having the same problem. @ddanchuk and @ComLock did you ever find a solution?

ComLock commented 6 years ago

@dm-coding Sorry I have no recollection of this.