I found an issue where if I import a whole directory, for example @import "./objects/**/*";, the resulting output is not always sorted alphabetically. So, when - inside the directory - I have for example files named A.less, B.less, C.less, I would expect the order to be the same in the CSS output, yet it seems the plugin sometimes puts B.less first.
I found an issue where if I import a whole directory, for example
@import "./objects/**/*";
, the resulting output is not always sorted alphabetically. So, when - inside the directory - I have for example files namedA.less
,B.less
,C.less
, I would expect the order to be the same in the CSS output, yet it seems the plugin sometimes putsB.less
first.