-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
@media (min-width: 1px) {
:root {
background: lime;
}
}correct minification
@media(min-width:1px){:root{background:lime}}- whitespace not required after
@mediaunless followd by a word likescreen, etc.
CSSnano output
@media (min-width:1px){:root{background:lime}}- left optional whitespace after
@media
Metadata
Metadata
Assignees
Labels
No labels