Is there a reason for _general.less
and _global.less
?
The default classes in general are global by default not to mention their function to me would seem almost identical.
If you’re someone who does use both, how so and what’s the reasoning to keep them separate?
I think _general.less
is meant for styling elements that’re relevant to all layouts (it’s in the layouts/
folder), while _global.less
is meant for global elements independent of layout considerations.
Regardless of that, I think you should just structure your less files the way that suits you by modifying main.less
and related files/folders.