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

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -