@visual-framework/vf-design-tokens
Version:
A collection of design tokens for consumption across projects and products
28 lines • 696 B
JSON
{
"properties": [
{
"type": "color",
"category": "color",
"name": "vfColorInteractive",
"value": "#3b6fb6",
"meta": {
"friendlyName": "Interactive",
"sassFunction": "interactive-color",
"sassMap": "default",
"CSSCustomProperty": "--vf-color__interactive"
}
},
{
"type": "color",
"category": "color",
"name": "vfColorInteractiveBackground",
"value": "#d1e3f6",
"meta": {
"friendlyName": "Interactive background",
"sassFunction": "interactive-color",
"sassMap": "background",
"CSSCustomProperty": "--vf-color__interactive--background"
}
}
]
}