@maggioli-design-system/design-tokens
Version:
This is the Design Token library of Maggioli Design System, here you'll find all the visual data used around the libraries.
34 lines (33 loc) • 476 B
JSON
{
"typography": {
"fontSize": {
"4xl": {
"value": "48px"
},
"3xl": {
"value": "36px"
},
"2xl": {
"value": "30px"
},
"xl": {
"value": "24px"
},
"lg": {
"value": "20px"
},
"md": {
"value": "16px"
},
"sm": {
"value": "14px"
},
"xs": {
"value": "12px"
},
"2xs": {
"value": "10px"
}
}
}
}