Using the less-rails gem.
Using the following code to mix two colours:
@base: #ffdc52;
@add: #195742;
.colour{
color: mix(@base, @add);
}
getting the following error:
Less::ParseError: error evaluating function `mix`: Cannot read property 'value' of undefined