Hi,
In a project I've this files :
.
|-- css
| |-- basic.css
| `-- main.less
|-- js
| `-- less.min.js
`-- index.html
If I use this import url in main.less
then basic.css isn't imported.
To work I need to use :
Url are computed from index.html file, not from main.less file. I think it's a issue, url must be computed from current css (.less) file location.
What do you think about ?
Best regards,
Stephane
Hi,
In a project I've this files :
If I use this import url in main.less
then basic.css isn't imported.
To work I need to use :
Url are computed from index.html file, not from main.less file. I think it's a issue, url must be computed from current css (.less) file location.
What do you think about ?
Best regards,
Stephane