You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this, my SVG is found and turned into url(data:image/svg...). My inspector in Brave shows me the icon when I hover over the content property but... nothing shows up on my page.
If I use a PNG file in my content property also from static/img, my bullet appears.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to use an SVG as a bullet for my li's but to no avail.
My component's css module uses my SVG that's in my static/img folder like so:
With this, my SVG is found and turned into url(data:image/svg...). My inspector in Brave shows me the icon when I hover over the content property but... nothing shows up on my page.
If I use a PNG file in my
contentproperty also from static/img, my bullet appears.What am I doing wrong with SVGs?
Beta Was this translation helpful? Give feedback.
All reactions