You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exportconstscreen={/* Extra small devices (phones, 600px and down) */xs: '@media only screen and (max-width: 600px)',/* Small devices (portrait tablets and large phones, 600px and up) */s: '@media only screen and (min-width: 600px)',/* Medium devices (landscape tablets, 768px and up) */m: '@media only screen and (min-width: 768px)',/* Large devices (laptops/desktops, 992px and up) */l: '@media only screen and (min-width: 992px)',/* Extra large devices (large laptops and desktops, 1200px and up) */xl: '@media only screen and (min-width: 1200px)',/** All Devices */phone: '@media only screen and (max-width: 768px)',monitor: '@media only screen and (min-width: 768px)'};
요구 사항
기존방식
변경방법
phone: 360px ~ 767px
tablet: 768px ~ 1439px
desktop: 1440px ~
The text was updated successfully, but these errors were encountered: