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