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
Including decimal points in rgba values is not correct syntax, but I have experienced situations where both the text and background turn completely black, making it difficult to verify the input values.
For example, if you incorrectly input something like rgba(0,0,0.1), both the text and background turn black, rendering the values unreadable. (Attached at screenshot)
Current highlight
Expected highlight
I have submitted a PR for this issue, and I would appreciate it if you could review it.
The text was updated successfully, but these errors were encountered:
C17AN
changed the title
rgb code is not highlighted when there
code is not highlighted when there's floating point value
Jul 30, 2024
C17AN
changed the title
code is not highlighted when there's floating point value
RGB code is not highlighted when there's floating point value
Jul 30, 2024
Including decimal points in rgba values is not correct syntax, but I have experienced situations where both the text and background turn completely black, making it difficult to verify the input values.
For example, if you incorrectly input something like rgba(0,0,0.1), both the text and background turn black, rendering the values unreadable. (Attached at screenshot)
Current highlight
Expected highlight
I have submitted a PR for this issue, and I would appreciate it if you could review it.
#209
The text was updated successfully, but these errors were encountered: