Hi guys,
I believe CSS preprocessors are one of the best use cases for my project, allowing to define pleasing color palettes without worrying about unpredictable contrast the way you do with HSL. Here is a demo:
http://www.husl-colors.org/syntax/
I am not a Rubyist, so I have some high-level questions for the Sass community: would you find HUSL support useful? Do you want just a single husl(h, s, l) function or a suite of perceptually uniform color functions? Should HUSL be integrated into vanilla Sass or a higher-level framework like Compass or Bourbon? Where do you think it belongs?
Needless to say, I'd love any implementation help I can get, but even for a few words of guidance I'd be very grateful.
Thanks,
Alexei