UNPKG

zoro-cli

Version:

https://github.com/vuejs/vue-cli

17 lines (14 loc) 479 B
@mixin iphonex { /* iphone X, iphone XS */ @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) { @content; } /* iphone XR */ @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) { @content; } /* iphone XS Max */ @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) { @content; } }