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

@@ -33,9 +33,9 @@
};
.toolbar_main (
@color, // Color of the text for the toolbar
@bg-color, // color of the toolbar background
@warn-color, // color of the warning text in the toolbar
@color: @colortheme_default-color, // Color of the text for the toolbar
@bg-color: @colortheme_default-bg, // color of the toolbar background
@warn-color: @colortheme_default-warn, // color of the warning text in the toolbar
@barWidth: 600px // width of the toolbar
) {
--LessLoader_require: LessLoader_currentFile();