Less css compiler. Unable to use darken property
问题 I'm developing a project using LESS as compiler for my CSS. I have already a fully working loop that sets the background color properly. My question is this: With my current code, when i try to use darken property, the compiling result is this: SyntaxError:error evaluating function darken : Object # has no method 'toHSL' and the code is this one: @colors: "008B8B", "00CDCD", "00EEEE"; /* Colors and background loop (based on colors.less arrays) */ .loop-colors(@index) when (@index > 0){ //