Themes support
Now you can split css-bundle to several files. To do that put named less-files to less/themes directory and describe such names in themedStylesFileNames section of config.
For example,
Create assets/less/themes/dark.less and add config section themedStylesFileNames: ['dark'].
After the build process you will get separated themes/dark.css file.