@media panics if it's not at end of a style string
Closed this issue · 0 comments
futursolo commented
The following style will not be parsed properly:
@media screen and (max-width: 300px) {
width: 100%;
}
.other-class {
color: black;
}
Closed this issue · 0 comments
The following style will not be parsed properly:
@media screen and (max-width: 300px) {
width: 100%;
}
.other-class {
color: black;
}