Replies: 1 comment
-
Try: {
"menu": {
"$type": "shadow",
"$value": [
{
"color": "#00000005",
"offsetX": "0px",
"offsetY": "24px",
"blur": "22px",
"spread": "0px"
},
{
"color": "#0000000a",
"offsetX": "0px",
"offsetY": "42px",
"blur": "44px",
"spread": "0px"
}
]
}
} Currently, dimension tokens are still using the old format (string) rather than the new Object |
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
-
Hello,
I’m having trouble compiling elevation tokens in DTCG format. Despite adding
expand: true
, my tokens are still ignored and are not compiling.Here’s my token file:
Am I missing a required configuration or transformation step? Any help would be greatly appreciated.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions