scottishgovernment / mygov-assets

Web components for Scottish public sector websites
MIT License
10 stars 3 forks source link

Can't resolve image files #6

Open aliwright75 opened 6 years ago

aliwright75 commented 6 years ago

It seems two image file names are incorrect, and cannot be found:

Can't resolve '../images/icons/documents/image_70px.png' Can't resolve '../images/icons/documents/image70px@2x.png'

But there are files in the images folder named: img_70px.png img70px@2x.png

jsutcliffe commented 6 years ago

Hi, to resolve this you may want to override the $images-path variable in scss/settings/_settings.images.scss.

This has highlighted that that property should probably have a !default flag though, so thanks for that & I'll get that added.