@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.
31 lines (30 loc) • 469 B
JSON
{
"sizing": {
"aspectRatio": {
"cover": {
"value": "5:3"
},
"picture": {
"value": "4:3"
},
"landscape": {
"value": "4:2"
},
"panorama": {
"value": "4:1"
},
"square": {
"value": "1:1"
},
"a4": {
"value": "1:1.4"
},
"book": {
"value": "{sizing.aspectRatio.a4}"
},
"video": {
"value": "16:9"
}
}
}
}