Search
Star
Feedback
Setup for Free
Ā© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
nesting media queries - Kevin Powell - Community
KP-C
Kevin Powell - Community
ā¢
2y ago
ā¢
2 replies
snxxwyy
nesting media queries
Hey
, if i
'd like something to occur when the viewport width is 640px or above but below 960px
, would it be bad practice to nest media queries like this
?
@media
(
min-width
:
640
px
) {
@media
(
max-width
:
960
px
) {
...
}
}
@media
(
min-width
:
640
px
) {
@media
(
max-width
:
960
px
) {
...
}
}
Thanks in advance
.
Kevin Powell - Community
Join
A friendly place for developers to meet other devs, ask questions, get help, and just have a good time š.
36,263
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Nesting media queries in non-media query
KP-C
Kevin Powell - Community / front-end
16mo ago
Where to place media queries when nesting with SASS?
KP-C
Kevin Powell - Community / front-end
3y ago
Media Queries
KP-C
Kevin Powell - Community / front-end
2y ago
Media Queries
KP-C
Kevin Powell - Community / front-end
3y ago