I'm stuck on how to correctly reference an image for the background of an component.
My project structure is:
//src
  //images
    //homepage
      //homepage.png
  //styles
    //base
      //components
        //homepage.scss
How do i reference homepage.png in the homepage.scss and use background-image: url('some-path');
 
    