@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.
25 lines (24 loc) • 542 B
JSON
{
"css": {
"gridTemplateColumns": {
"fit-lg": {
"value": "repeat(auto-fit, minmax(17.5rem, 1fr))"
},
"fit-md": {
"value": "repeat(auto-fit, minmax(15rem, 1fr))"
},
"fit-sm": {
"value": "repeat(auto-fit, minmax(10rem, 1fr))"
},
"fit-xl": {
"value": "repeat(auto-fit, minmax(20rem, 1fr))"
},
"fit": {
"value": "repeat(auto-fit, minmax(12.5rem, 1fr))"
},
"full": {
"value": "repeat(1, minmax(1px, 100%))"
}
}
}
}