postcss-base64 icon indicating copy to clipboard operation
postcss-base64 copied to clipboard

multiple background images not supported

Open LordMidi opened this issue 8 years ago • 4 comments

I use your plugin an it seems not to work correctly if multiple background images are set. Only the first url will be processed.

Example:

background-image: url(...), url(...);

LordMidi avatar Nov 03 '16 16:11 LordMidi

Thanks for mentioning this! Will mark it as an enhancement, and add this functionality asap.

jelmerdemaat avatar Nov 04 '16 12:11 jelmerdemaat

Please don't abandon this feature!

paulradzkov avatar May 01 '17 15:05 paulradzkov

Just realized that this functionality is missing still 😢

niftylettuce avatar Jan 02 '18 01:01 niftylettuce

btw the way to fix this is to use walkDecls (see https://github.com/lagden/postcss-inline-base64 for inspiration)

niftylettuce avatar Jan 02 '18 01:01 niftylettuce