UNPKG

@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.

73 lines (72 loc) 1.85 kB
{ "ams": { "skip-link": { "background-color": { "$value": "{ams.color.interactive.default}", "$extensions": { "nl.amsterdam.type": "color" } }, "color": { "$value": "{ams.color.text.inverse}", "$extensions": { "nl.amsterdam.type": "color" } }, "font-family": { "$value": "{ams.typography.font-family}", "$extensions": { "nl.amsterdam.type": "fontFamily" } }, "font-size": { "$value": "{ams.typography.body-text.font-size}", "$extensions": { "nl.amsterdam.type": "fontSize" } }, "font-weight": { "$value": "{ams.typography.body-text.font-weight}", "$extensions": { "nl.amsterdam.type": "fontWeight" } }, "line-height": { "$value": "{ams.typography.body-text.line-height}", "$extensions": { "nl.amsterdam.subtype": "lineHeight", "nl.amsterdam.type": "number" } }, "outline-offset": { "$value": "{ams.focus.outline-offset}", "$extensions": { "nl.amsterdam.subtype": "space", "nl.amsterdam.type": "dimension" } }, "padding-block": { "$value": "{ams.space.s}", "$extensions": { "nl.amsterdam.subtype": "space", "nl.amsterdam.type": "dimension" } }, "padding-inline": { "$value": "{ams.space.m}", "$extensions": { "nl.amsterdam.subtype": "space", "nl.amsterdam.type": "dimension" } }, "hover": { "background-color": { "$value": "{ams.color.interactive.hover}", "$extensions": { "nl.amsterdam.type": "color" } } } } } }