We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Closely related to #765.
It would be great if the isColor check supported native color functions with CSS vars inside. Some examples:
isColor
rgba(255, 0, 0, var(--a))
rgb(var(--rgb))
hsl(240deg 50% var(--l))
hsl(var(--hsl) / 50%)
Thanks!