yostudios / Spritemapper

CSS Spritemap Generator
http://yostudios.github.com/Spritemapper/
MIT License
595 stars 42 forks source link

Patch to support this syntax « background: transparent url("...") no-repeat; » #22

Closed harobed closed 12 years ago

harobed commented 12 years ago

Hi,

before this patch, this css instruction wasn't matched :

background: transparent url("mime/7z.png") no-repeat;

This patch fix this bug.

Regards, Stephane

jnordberg commented 12 years ago

Ping @lericson