Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS looking for the mquery @import url for the iphone5 landscape mode Re: looking for the mquery @import url for the iphone5 landscape mode

#134958
CrocoDillon
Participant

Never use imports but I guess something like

@import url(“phone-landscape.css”) only screen and (min-device-width: 481px) and (max-device-width: 568px) and (orientation: landscape);