You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 to background-image:url("/css/data:image/png;base64,iVBOR...
which, as you guess, is not valid.
Can you help me with this?
Thanks
The text was updated successfully, but these errors were encountered:
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 to
background-image:url("/css/data:image/png;base64,iVBOR...
which, as you guess, is not valid.
Can you help me with this?
Thanks
The text was updated successfully, but these errors were encountered: