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

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -