Are simple @media {}
declarations supported?
#2322
Unanswered
ryanleichty
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Under the
@media
section on caniemail it lists the following note:However, the citation note [4] is not listed under any of the browsers. Does anyone know if simple
@media {}
declarations are generally supported, or do you need to use thescreen
media type like this@media screen and {}
in media query declarations?I'm mainly curious because that's how Tailwind outputs media queries by default (e.g.,
@media (min-width: 640px)
).Beta Was this translation helpful? Give feedback.
All reactions