Skip to content

Themes support

Choose a tag to compare

@jughosta jughosta released this 07 Aug 14:13
· 31 commits to develop since this release

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.