Answer the question
In order to leave comments, you need to log in
Less compiles the path ../ to:/, how to avoid this?
I have the path to the picture. background: url(../images/phone.png) no-repeat;
And less compiles background: url(:/images/phone.png) no-repeat;
and, accordingly, does not find the picture. Please tell me how to get around this. Thanks in advance.
Answer the question
In order to leave comments, you need to log in
Strange, this address should compile correctly. Try to put "../images/" into a variable, and specify the path to the images using this variable.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question