:host {
  --background-image: url(foo.png);
}

.bg {
  background-image: var(--background-image);
}