Allow the images path ($images-path) to be overidden by implementors of this library
Not all projects that use this library will serve images from /images.
In fact is is more likely to be something like /some-path/frontend-library/app/assets/images
All usages of url(...) for images (4 counts) has been replaced with image-url(...)
Allow the images path ($images-path) to be overidden by implementors of this library
Not all projects that use this library will serve images from
/images
. In fact is is more likely to be something like/some-path/frontend-library/app/assets/images
All usages of
url(...)
for images (4 counts) has been replaced withimage-url(...)