Description
{
values: {
Width: {
'2x': '2rem',
'3x': '3rem',
},
sm: '0.5rem'
},
semantics: {
show: 'display:block',
'hide-text': 'font-size:0px'
},
breakpoints: {
tablet: 768,
laptop: 1024,
desktop: 1280,
},
selectors: {
'>custom': '>div>:first+button'
},
mediaQueries: {
watch: '(max-device-width:42mm) and (min-device-width:38mm)'
},
}