Hacker News new | ask | show | jobs
by kybernetyk 3385 days ago
That's really handy (especially for someone who's as aesthetically challenged as me) - but it would be nice what mix() actually does/means.

I mean it seems to be a handy sass built-in(?) but it would be nice for us who are not webdevs to know how to manually "mix" HSL colors to get the same results.

1 comments

It's a linear interpolation of RGB values. I'm sure it could be improved on.

http://sass-lang.com/documentation/Sass/Script/Functions.htm...