You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I re-opened this issue and the related PR isn't merged yet. So it'll make it easier to track the support for CSS level 4 (if people want to link this issue)
What do you think about supporting CSS colors level 4 https://www.w3.org/TR/css-color-4/:
rgb(12 53 80)
andrgb(12 53 80 / 0.5)
: https://www.w3.org/TR/css-color-4/#rgb-functionshsl(120deg 100% 50%)
andhsl(120deg 100% 50% / 0.5)
: https://www.w3.org/TR/css-color-4/#the-hsl-notationlab(12% 39 20)
andlab(12% 39 20 / 0.5)
: https://www.w3.org/TR/css-color-4/#specifying-lab-lchlch(29% 44.2 27)
andlch(29% 44.2 27 / 0.5)
: https://www.w3.org/TR/css-color-4/#specifying-lab-lchThe text was updated successfully, but these errors were encountered: