styled-components / polished

A lightweight toolset for writing styles in JavaScript ✨
https://polished.js.org/
MIT License
7.6k stars 209 forks source link

Why polished don't have a HSV functions? #579

Closed elielmiller closed 2 years ago

elielmiller commented 3 years ago

Question

In design is very common and useful to use an HSV to create a palette of color or adjust the hue to a specific family of colors. HSL, how you know, is not the same. Have a specific reason for polished don't work with HSV?

Relevant Information

More info in https://en.wikipedia.org/wiki/HSL_and_HSV.