@visual-framework/vf-design-tokens
Version:
A collection of design tokens for consumption across projects and products
40 lines • 1.09 kB
JSON
{
"properties": [
{
"type": "color",
"category": "color",
"name": "vfColorBackgroundPrimary",
"value": "#000000",
"meta": {
"friendlyName": "Primary Background Colour",
"sassVariable": "vf-color__background--primary",
"CSSCustomProperty": "--vf-color__background--primary",
"comment": null
}
},
{
"type": "color",
"category": "color",
"name": "vfColorBackgroundSecondary",
"value": "#000000",
"meta": {
"friendlyName": "Secondary Background Colour",
"sassVariable": "vf-color__background--secondary",
"CSSCustomProperty": "--vf-color__background--secondary",
"comment": null
}
},
{
"type": "color",
"category": "color",
"name": "vfColorBackgroundTertiary",
"value": "#000000",
"meta": {
"friendlyName": "Tertiary Background Colour",
"sassVariable": "vf-color__background--tertiary",
"CSSCustomProperty": "--vf-color__background--tertiary",
"comment": null
}
}
]
}