I have main all.less file, where I\'m including all other less files
all.less
e.g.
@import \"scaffolding.less\"; @import \"type.less\"; @import
That does not seem to be possible directly as all the less will eventually be compiled to css before being given to a page. Probably you need to create a separate file with a name like all_homepage.less for that purpose?
less
css
all_homepage.less