I\'m wondering if there is a way to load a single less sheet sometime after a page load. This question has an answer that explains how to reload all the sheets, but for my use-
You can use this lightweight library to lazy load less / css and js files ( disclaimer: i am the author).
This is as simple as:
lazy.load('/static/less/style.less');
It can also receive a callback, load some more assets with dependencies and takes care about cache.