Using Rails 7 with Propshaft and dartsass-rails. I've just migrated from sassc-rails to dartsass-rails which drops sprockets as the asset pipeline library
I have a background image declared in CSS with background-image: image-url('fancy_background.png');
the image is in app/assets/images/fancy_background.png
The image is not showing up in the assets folder. Other images which are declared in the HTML do get pulled in. How should I be referencing images in CSS with the "new" way?