2createStudio / postcss-sprites

Generate sprites from stylesheets.
MIT License
413 stars 50 forks source link

Issue with "getImageUrl" function #101

Open abczdefg opened 6 years ago

abczdefg commented 6 years ago

Hi, the plugin is quite helpful. But I may find a bug in function getImageUrl, about the regular expression /url(?:\(['"]?)(.*?)(?:['"]?\))/gi.

It can't match the background file that include brackets in file name, because of its ungreedy matches. image 8