-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
@media (min-width: 500px) {
@media (min-height: 500px) {
:root {
background: lime;
}
}
}correct minification
@media(min-width:500px)and(min-height:500px){:root{background:lime}}- combine both media queries with
and - remove space after
@media
CSSnano output
@media (min-width:500px){@media (min-height:500px){:root{background:lime}}}- leaves both
@mediaqueries intact - leaves space after
@mediabefore brackets
Metadata
Metadata
Assignees
Labels
No labels