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
Hexadecimal notation: #RRGGBB[AA]
R (red), G (green), B (blue), and A (alpha) are hexadecimal characters (0-9, A-F). A is optional. For example, #ff0000 is equivalent to #ff0000ff.
Any plan for supporting rrggbbaa? :)
Source https://developer.mozilla.org/en-US/docs/Web/CSS/color_value
browser support
https://caniuse.com/#feat=css-rrggbbaa
The text was updated successfully, but these errors were encountered: