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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -