Support 3 digit hex values #50
LukasWieditz
started this conversation in
Ideas
Replies: 1 comment
-
This is implemented with #54 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While usually a minor inconvenience to convert, generally hex values can be written as 3 digit codes when all three values (red, green and blue) have the same double digits, e.g.
#ff00aa
can be rewritten as shorthand#f0a
. While not commonly used, it would be nice to have support for this to avoid having to handle this edge case manually.Beta Was this translation helpful? Give feedback.
All reactions