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
{{ message }}
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
Meanwhile, you can always put your images in the static folder (under assets). Since everything is under the same folder in dist, you don't have to specify the path when using | asset_url :
{{ 'social-icons-sprite.png' | asset_url }} will work fine.
Problem
I'm trying to use the
background-image
css property withintheme.scss.liquid
, i.e:The resultant asset url:
This does not render for me.
Yet when place that same liquid code in
sections/footer.liquid
, i.e:The resultant asset url of
http://localhost/social-icons-sprite.png
renders properly.For lack of better phrasing, what am I missing here?
The text was updated successfully, but these errors were encountered: