Unfortunately, optional parameters need to be optional in both .<filename>_vars() and .<filename>_main()

This commit is contained in:
Caleb James DeLisle
2018-07-18 12:58:24 +02:00
parent f1642fca89
commit a2e096b6f3
5 changed files with 11 additions and 8 deletions

View File

@@ -12,8 +12,8 @@
};
.creation_main(
@color,
@bg-color
@color: @colortheme_default-color,
@bg-color: @colortheme_default-bg
) {
--LessLoader_require: LessLoader_currentFile();
.creation_vars(@color, @bg-color);