just-boris / less-plugin-glob

Globbing support for LESS
MIT License
70 stars 12 forks source link

Import order is not deterministic #24

Open adamhavel opened 5 years ago

adamhavel commented 5 years ago

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.

MartinKristof commented 3 years ago

I agree, this is a big problem. Can you reply please?