
.bg-img[data-bg] {
    --bg-url: url(attr(data-bg url));
}

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