Relative Content

Tag Archive for cssangularwebpacksassesbuild

Avoid url resolution in scss files in Angular

I did a css -> scss migration on an existing Angular project using schematics-scss-migrate. Everything works fine except the URL’s, if any, in scss files. So I found out that in scss files the URL’s are resolved and hence at build time, angular should be able to find them. So we have two options: