Open Blum opened 5 years ago
i can confirm this is not just with base64 images but also with normal background-images
when i put the row below in my css background-image: url("/images/test.jpg"); the result is background-image: url("/css//images/test.jpg");
So, what about this.. #52
Hello, first I want to say that I love this lib, it is simple, pragmatic, and does the job exactly as I want. Thank you!
But it appears that it breaks base64 encoded images, for example I have:
background-image: url("data:image/png;base64,iVBORw0KG...
which is transformed tobackground-image:url("/css/data:image/png;base64,iVBOR...
which, as you guess, is not valid.Can you help me with this?
Thanks