nhsuk / frontend-library

⚠️This repository has been deprecated. Please use https://github.com/nhsuk/nhsuk-frontend
MIT License
5 stars 4 forks source link

:wrench: Helper for image urls #40

Closed mikemonteith closed 7 years ago

mikemonteith commented 7 years ago

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(...)

mikemonteith commented 7 years ago

Just thinking about our implementation of this and maybe