@abgov/design-tokens
Version:
```bash npm i --save-dev @abgov/design-tokens ```
22 lines • 444 B
JSON
{
"hero-banner-padding": {
"value": "{space.2xl} 0",
"type": "spacing"
},
"hero-banner-mobile-padding": {
"value": "{space.xl} 0",
"type": "spacing"
},
"hero-banner-content-gap": {
"value": "{space.l} 0 0",
"type": "spacing"
},
"hero-banner-heading": {
"value": "{typography.heading.xl}",
"type": "other"
},
"hero-banner-content": {
"value": "{typography.body.l}",
"type": "other"
}
}