I have a meteorjs app with the bootstrap3-less package.
I want to apply a theme to this app. Therefore I have some css stylesheets.
I included these stylesheets into my stylesheets directory but it doesn't work because they are loaded after my .less files (even though they are alphabetically bigger).
I tried to change the extension of these files to .import.less and to import them into my main.less files.
This works but then the auto-reload becomes extremely slow (18 seconds.). So this is not an option.
Any idea how I could get these files to load after main.less? Thank you!