@amsterdam/design-system-tokens
Version:
All design tokens from the Amsterdam Design System. Use it to apply its visual design to your website or application.
22 lines (21 loc) • 747 B
JSON
{
"ams": {
"card": {
"gap": { "value": "{ams.space.s}" },
"heading-group": {
"gap": { "value": "{ams.space.s}" }
},
"link": {
"color": { "value": "{ams.links.color}" },
"text-decoration-line": { "value": "{ams.links.subtle.text-decoration-line}" },
"text-decoration-thickness": { "value": "{ams.links.text-decoration-thickness}" },
"text-underline-offset": { "value": "{ams.links.text-underline-offset}" },
"hover": {
"color": { "value": "{ams.links.hover.color}" },
"text-decoration-line": { "value": "{ams.links.subtle.hover.text-decoration-line}" }
}
},
"outline-offset": { "value": "{ams.focus.outline-offset}" }
}
}
}