style-dictionary
Version:
Style once, use everywhere. A build system for creating cross-platform styles.
11 lines (10 loc) • 376 B
JSON
{
"color": {
"background": {
"primary": { "value": "{color.palette.neutral.0.value}", "type": "color" },
"secondary": { "value": "{color.palette.neutral.5.value}", "type": "color" },
"tertiary": { "value": "{color.palette.neutral.10.value}", "type": "color" },
"base": { "value": "{color.background.primary.value}", "type": "color" }
}
}
}