-
I'm including some custom styles using the For the most part they work great, but I would like to include a PNG background image. If I try to include this in my stylesheet: .my_class {
background-image: url("my_image.png");
} Then I get the error:
How can I avoid the error / include PNG background images in my custom CSS? |
Beta Was this translation helpful? Give feedback.
Answered by
Fil
Jul 6, 2024
Replies: 1 comment 3 replies
-
Yes it's a know limitation. Tracked as #786 and with a PR (that still needs a bit more work) at #1372. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
michalc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes it's a know limitation. Tracked as #786 and with a PR (that still needs a bit more work) at #1372.