Closed 1aron closed 1 year ago
export default { viewports: { mobile: 600, tablet: 1024, desktop: 1440 }, mediaQueries: { watch: '(max-device-width:42mm) and (min-device-width:38mm)' } }
export default { mediaQueries: { mobile: 600, tablet: 1024, desktop: 1440, watch: '(max-device-width:42mm) and (min-device-width:38mm)' } }
🎉 Released in https://github.com/master-co/css/releases/tag/v2.0.0-beta.184
Description
Current
Expected