Open
Description
What do you think about supporting CSS colors level 4 https://www.w3.org/TR/css-color-4/:
- rgb
rgb(12 53 80)
andrgb(12 53 80 / 0.5)
: https://www.w3.org/TR/css-color-4/#rgb-functions - hsl:
hsl(120deg 100% 50%)
andhsl(120deg 100% 50% / 0.5)
: https://www.w3.org/TR/css-color-4/#the-hsl-notation - lab:
lab(12% 39 20)
andlab(12% 39 20 / 0.5)
: https://www.w3.org/TR/css-color-4/#specifying-lab-lch - lch:
lch(29% 44.2 27)
andlch(29% 44.2 27 / 0.5)
: https://www.w3.org/TR/css-color-4/#specifying-lab-lch
Metadata
Metadata
Assignees
Labels
No labels