@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.
38 lines (35 loc) • 555 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 screens = {
mobile: {
max: '767px',
},
tablet: '768px',
'tablet-max': {
max: '1023px',
},
desktop: '1024px',
'desktop-max': {
max: '1279px',
},
wide: '1280px',
'wide-max': {
max: '1439px',
},
large: '1440px',
'large-max': {
max: '1599px',
},
xlarge: '1600px',
'xlarge-max': {
max: '1919px',
},
tv: '1920px',
}
module.exports = {
screens,
}