Here is the URL for an image I am working with:
URL:
Currently, I am having an issue in my CSS:
background: url(http://www.andrearosseti.cl/image/cache/data/New%20Coleccion/Planas/SWEET-5-TAUPE-(1)-340x340.jpg)
The problem arises due to the presence of brackets in the URL.
I have attempted to escape the bracket, but it did not work. Any suggestions?
I am using Rails and SCSS.
Thank you