postcss-base64
postcss-base64 copied to clipboard
multiple background images not supported
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(...);
Thanks for mentioning this! Will mark it as an enhancement, and add this functionality asap.
Please don't abandon this feature!
Just realized that this functionality is missing still 😢
btw the way to fix this is to use walkDecls (see https://github.com/lagden/postcss-inline-base64 for inspiration)