Unfortunately, optional parameters need to be optional in both .<filename>_vars() and .<filename>_main()
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
@avatar-width: @width;
|
||||
@avatar-font-size: @width / 1.2;
|
||||
}
|
||||
.avatar_main(@width) {
|
||||
.avatar_main(@width: 30px) {
|
||||
--LessLoader_require: LessLoader_currentFile();
|
||||
.avatar_vars(@width);
|
||||
--avatar-width: @avatar-width;
|
||||
|
||||
Reference in New Issue
Block a user