color-theory
color-theory copied to clipboard
No mention of is-highest-key-value function's code in the project page
I am referring to this page: Color theory
Please add the code @function is-highest-key-value($color) { @return hue($color) > 30 and hue($color) <90; }
, I spent a bit of time digging through all the project's files to find it ;)