.url {
    background: url('#{$name}.png'); 
}
.url {
    background: url(if($use-asset-helper, image-path('#{$name}.png'))); 
}