Using assets like images in app.scss (Has to be compiled by webpack)
Hey guys. I have custom scss rules for adding borders to divs. These borders (images) are saved in my ./public/images folder. Although when I run npm run dev I get errors that the images weren't found in my node_modules folder.
I cannot use {{ asset() }} in my app.scss folder. How am I supposed to link to those images from my app.scss folder so my webpack will compile, and that my website will load those resources correctly?