.encoded-svg-background-i(@svg) {
    @url: `encodeURIComponent(@{svg}) `;
    background-image: url("data:image/svg+xml;charset=utf-8,@{url}");
}