Replies: 1 comment
-
To note, another work-around is to type-cast explicitly as an image like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Expected behavior should be identical to
bg-[url(...)]
which resolves tobackground-image: url(...)
. Actual behavior isbg-[paint(...)]
resolves tobackground-color: paint(...)
which is not valid. Workaround is to either inline the style or[background-image:paint(...)]
.Beta Was this translation helpful? Give feedback.
All reactions