@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.
23 lines (22 loc) • 837 B
JSON
{
"ams": {
"table": {
"color": { "value": "{ams.color.text.default}" },
"font-family": { "value": "{ams.typography.font-family}" },
"font-size": { "value": "{ams.typography.body-text.font-size}" },
"font-weight": { "value": "{ams.typography.body-text.font-weight}" },
"line-height": { "value": "{ams.typography.body-text.line-height}" },
"caption": {
"font-weight": { "value": "{ams.typography.body-text.bold.font-weight}" }
},
"cell": {
"border-block-end": { "value": "{ams.border.width.s} solid {ams.color.separator}" },
"padding-block": { "value": "{ams.space.s}" },
"padding-inline": { "value": "{ams.space.m}" }
},
"header-cell": {
"font-weight": { "value": "{ams.typography.body-text.bold.font-weight}" }
}
}
}
}