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
I'm not sure there's a good way to get access to them within a CSS file unfortunately, so if you need a background image you'd probably have to set that inline. Something like:
pop-your-face/src/components/githubapi/github.css
Line 13 in 49747ff
I'm not 100% sure what's happening here, but it looks like you might have been struggling to get the image src in your project.
Parcel allows you to import assets like images into your JS files to automatically include them in the
dist/
folder. E.g.I'm not sure there's a good way to get access to them within a CSS file unfortunately, so if you need a background image you'd probably have to set that inline. Something like:
The text was updated successfully, but these errors were encountered: