image in css of block

Permalink
How can I point to an image in the img folder inside a block folder (/blocks/block-x/img/image.jpg) in the view.css of block-x?

 
RoyS replied on at Permalink Reply
RoyS
I haven't worked with block css before but in CSS, images are relative to where the CSS file is located. So, to refer to the image you'd use something like url(img/image.jpg) if the img directory is underneath where the css is.