Forums

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

Home Forums CSS Issues With Media Queries – IE & Safari Reply To: Issues With Media Queries – IE & Safari

#155631
Cole Welty
Participant

As you were folks. I found the issue.

I started with the boilerplate css file. I had my styles inside of the
@media only screen {

}

It’s followed by

@media only print{

}

So, anyhow all of my styles were in the screen media query. So, since I was already targeting @ screen my nested media queries were becoming invalid in safari and IE.