Applying the less-rails gem.
Implementing this code snippet to blend two colors:
@base: #ffdc52;
@add: #195742;
.colour{
color: mix(@base, @add);
}
Encountering the subsequent error message:
Less::ParseError: error evaluating function `mix`: Cannot read property 'value' of undefined