Answer the question
In order to leave comments, you need to log in
How to change paths inside css on build?
Hello!
Does anyone know if it is possible to somehow change the relative paths in SCSS files during assembly, like:
.icon {
background: url('./../icons/icon.svg') no-repeat center;
}
.icon {
background: url('/path/icon.svg') no-repeat center;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question