This repository was archived by the owner on May 19, 2020. It is now read-only.
Imported Less File, Appends Sub-Directory to url() styles #22
Closed
Description
When building the less files with the following directory structure:
Styles
Styles/Home
With main less at root of Styles and import less files in home, I would get the following result for every background-image: url().
background-image: url('Home/Home../Images/Image.jpg");
from the original:
background-image: url("../Images/Image.jpg");
I do not know why it is prefixing these items, but it is stopping me from being able to use sub-directories for my less compilation.
Not sure if this an issue with Less.js or the windows Script.
Metadata
Metadata
Assignees
Labels
No labels