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
constmedia={iphonex: (...args)=>css`@mediaonly screen and (device-width:375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3) {${css(...args)} } `}
The text was updated successfully, but these errors were encountered:
Sometimes you need to do custom css that only applies for specific devices (i.e. iphone x). Would be cool if you had built in features for these.
Here's an example:
Or something like
Here's some iphone device media queries
The text was updated successfully, but these errors were encountered: