@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.
32 lines (31 loc) • 1.03 kB
JSON
{
"ams": {
"description-list": {
"color": { "value": "{ams.color.text.default}" },
"column-gap": { "value": "{ams.space.l}" },
"font-family": { "value": "{ams.typography.font-family}" },
"font-size": { "value": "{ams.typography.body-text.font-size}" },
"line-height": { "value": "{ams.typography.body-text.line-height}" },
"row-gap": { "value": "{ams.space.s}" },
"inverse": {
"color": { "value": "{ams.color.text.inverse}" }
},
"term": {
"font-weight": { "value": "{ams.typography.body-text.bold.font-weight}" }
},
"description": {
"font-weight": { "value": "{ams.typography.body-text.font-weight}" },
"padding-inline-start": { "value": "{ams.space.l}" }
},
"narrow": {
"grid-template-columns": { "value": "1fr 4fr" }
},
"medium": {
"grid-template-columns": { "value": "1fr 2fr" }
},
"wide": {
"grid-template-columns": { "value": "1fr 1fr" }
}
}
}
}