@terrazzo/cli
Version:
CLI for managing design tokens using the Design Tokens Community Group (DTCG) standard and generating code for any platform via plugins.
31 lines (30 loc) • 749 B
JSON
{
"color": {
"$description": "Color tokens",
"$type": "color",
"black": {
"100": { "$value": "#0c0c0d0d" },
"200": { "$value": "#0c0c0d1a" },
"300": { "$value": "#0c0c0d33" },
"400": { "$value": "#0c0c0456" },
"500": { "$value": "#0c0c0db2" },
"600": { "$value": "#0c0c0dcc" },
"700": { "$value": "#0c0c0dd9" },
"800": { "$value": "#0c0c0de5" },
"900": { "$value": "#0c0c0df2" },
"1000": { "$value": "#0c0c0d" }
}
},
"border": {
"$description": "Border tokens",
"$type": "border"
},
"space": {
"$description": "Dimension tokens",
"$type": "dimension"
},
"typography": {
"$description": "Typography tokens",
"$type": "typography"
}
}