@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.
32 lines (29 loc) • 537 B
JavaScript
/*
@magma-design-system/design-tokens v13.7.1
Generated by Style Dictionary
Do not edit directly
Generated at Tue, 03 Jun 2025 08:08:46 GMT
*/
const leading = {
'2xs-px': '10px',
'2xs': '0.625rem',
'xs-px': '16px',
'xs': '1rem',
'sm-px': '20px',
'sm': '1.25rem',
'md-px': '24px',
'md': '1.5rem',
'lg-px': '28px',
'lg': '1.75rem',
'xl-px': '32px',
'xl': '2rem',
'2xl-px': '36px',
'2xl': '2.25rem',
'3xl-px': '40px',
'3xl': '2.5rem',
'4xl-px': '48px',
'4xl': '3rem',
}
module.exports = {
leading,
}