colour values being transformed to 8-digit hex codes #417
Unanswered
shanefadden
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm running into a situation where rgba and hsla are being generated as 8-digit hex codes.
E.g
hsla(0,0%,0%, 0.1)
is transformed to#0000001a
I'm using token-transformer and styledictionary to generate my token files as JSON.
Is it possible to preserve the original colour values and not have them transformed to an 8-digit hex?
Thanks,
Shane
Beta Was this translation helpful? Give feedback.
All reactions