@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.
19 lines (18 loc) • 748 B
JSON
{
"ams": {
"skip-link": {
"background-color": { "value": "{ams.color.interactive.default}" },
"color": { "value": "{ams.color.text.inverse}" },
"font-family": { "value": "{ams.typography.font-family}" },
"font-size": { "value": "{ams.typography.body-text.small.font-size}" },
"font-weight": { "value": "{ams.typography.body-text.font-weight}" },
"line-height": { "value": "{ams.typography.body-text.small.line-height}" },
"outline-offset": { "value": "{ams.focus.outline-offset}" },
"padding-block": { "value": "{ams.space.s}" },
"padding-inline": { "value": "{ams.space.m}" },
"hover": {
"background-color": { "value": "{ams.color.interactive.hover}" }
}
}
}
}