Greetings Daniel
Maybe we should start giving a warning when people use saturation?
Though I'm not sure we have a mechanism for it.. I think we can only
raise exceptions to give messages to the caller.
P.s.
After plugins and the sprite generator plugin I plan to look at whats
been added to less.js in the last 4 months and move it to dotless...
https://github.com/dotless/dotless/blob/master/src/dotless.Test/Specs/Functions/LightnessFixture.cs
I think it might be a bug because of -webkit-linear-gradient.. I
suspect this might work around the problem..
gradientVerticalHover (@from, @to){
@colorTo: darken(@to, 7%);
background: -webkit-linear-gradient(top, @from 0%, @colorTo 100%);
}
But I'll look into it next time I have some more dotless time.
This may have already been fixed.