@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) • 703 B
JSON
{
"ams": {
"file-list": {
"gap": { "value": "{ams.space.m}" },
"padding-block": { "value": "{ams.space.m}" },
"file": {
"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}" },
"gap": { "value": "{ams.space.s}" },
"line-height": { "value": "{ams.typography.body-text.small.line-height}" },
"details": {
"color": { "value": "{ams.color.text.secondary}" }
},
"preview": {
"width": { "value": "clamp(2.5rem, 10vw, 5rem)" }
}
}
}
}
}