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
and it seems like the url in background-image: url(@normal-image); is picked up and replaced by the loader but not the ones in -webkit-image-set. They are just rendered as -webkit-image-set(url('/path/to/image') 1x, url('/path/to/image@2x')).
The text was updated successfully, but these errors were encountered:
Hi,
we currently use this mixin in our LESS code to generate retina display background images
and it seems like the url in
background-image: url(@normal-image);
is picked up and replaced by the loader but not the ones in-webkit-image-set
. They are just rendered as-webkit-image-set(url('/path/to/image') 1x, url('/path/to/image@2x'))
.The text was updated successfully, but these errors were encountered: