Seeking help to update the image URL within the CSS code snippet provided. I would like to accomplish this from the controller and can work with either LESS or SCSS. Is there a solution for this?
.background{
height: 100%;
width: 100%;
background: asset-url('ad-rose.jpg', image) no-repeat 0px 40px;
}