sass - How do I do base64 encoding in LibSass? -
i have bunch of svgs color , parameter adaptations in sass , when called background-image. that's done using like:
this @function(@params) dostuff.. @return url('data:image/svg+xml;base64,'+ base64_encode($svg));
the base64_encode
function ruby ever growing sass we're looking @ switching libsass have far been unable base64 encoding work libsass. how base64 encoding in libsass?
Comments
Post a Comment