@import will not behave like @import-once on symbolic links
tkrugg opened this issue · 1 comments
tkrugg commented
Default @import
behaviour in v1.4.2 is @import-once
, which works as long as the absolute paths referencing a file are exactly same.
Now if a file.less
has a symbolic link symfile.less
, and you import them both
@import "file.less";
@import "symfile.less";
less doesn't seem to see that it's the same file.
lukeapage commented
why would you have symbolic links and import both but not want one imported?
This is the wrong repo
use this one