I am currently working on an template using less and I have encountered an unusual error:
less ParseError: Missing closing ')'.
This is the code where the error occured:
less.modifyVars({
'@buttonFace': '#5B83AD',
'@buttonText': '#D9EEF2'
});
I am sure I correctly used the closing ')' but the error says I didn't. please help.
modifyVarsfunction in Less source code itself? This is wrong of course). - seven-phases-max