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
Hi and thank you for your work. The plugin already supports 6 character hex colours, 3 character hex shortcut, and 8 character hex color with alpha component. It would be great to also add support for 4 character hex color with alpha channel.
Example
body {
color:#ff0000;
color:#f00;
color:#ff000000;
color:#f000; /* not highlighted */
}
Hi and thank you for your work. The plugin already supports 6 character hex colours, 3 character hex shortcut, and 8 character hex color with alpha component. It would be great to also add support for 4 character hex color with alpha channel.
Example
Related MDN documentation about hex color
Thanks!
The text was updated successfully, but these errors were encountered: