data-uri

How to insert an image inside a CSS file?

I use a program here in the company that in its web module it has its logo inserted directly in CSS something like: #logo img{ max-width:100%; background-image: 'data|base64=acSs....'; } How do I create this kind of background myself?