Skip to content

buggy with nested media queries #517

@cretace

Description

@cretace

this:
@media screen and (max-width: 749px) {
@media screen and (max-width: 600px) and (min-width: 361px) {
.item {
blah
}
}
}


compiles as:
@media screen and (max-width: 749px) {
@media screen and (max-width: 749px) and (max-width: 600px) and (min-width: 361px) {
.item {
blah
}
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions