@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.
15 lines (14 loc) • 496 B
JSON
{
"ams": {
"blockquote": {
"color": { "value": "{ams.color.text.default}" },
"font-family": { "value": "{ams.typography.font-family}" },
"font-size": { "value": "{ams.typography.body-text.x-large.font-size}" },
"font-weight": { "value": "{ams.typography.body-text.bold.font-weight}" },
"line-height": { "value": "{ams.typography.body-text.x-large.line-height}" },
"inverse": {
"color": { "value": "{ams.color.text.inverse}" }
}
}
}
}