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

@@ -11,7 +11,7 @@
@checkmark-radio-size: @checkmark-dim1 * 3;
}
.checkmark_main(@size) {
.checkmark_main(@size: 20px) {
--LessLoader_require: LessLoader_currentFile();
.checkmark_vars(@size);
--checkmark-size: @checkmark-size;