@media (min-width: 1px) {
:root {
background: lime;
}
}
correct minification
@media(min-width:1px){:root{background:lime}}
- whitespace not required after
@media unless followd by a word like screen, etc.
CSSnano output
@media (min-width:1px){:root{background:lime}}
- left optional whitespace after
@media
correct minification
@mediaunless followd by a word likescreen, etc.CSSnano output
@media