All templates in my app are organised in individual html, js and less files. Where possible, templates are loaded dynamically (thanks to the wonderful FlowRouter Extra).
I “import” my less files all into a main.less. I’d rather load my less/css dynamically. Anyone know how to do this?