Skip to content

rule: no unreachable media conditions #15

@bartveneman

Description

@bartveneman

invalid:

@media (min-width: 1000px) and (max-width: 500px) {}

@media screen and (min-width: 1020px) and (max-width: 739px) {}

@media screen and (min-width: 740px) and (max-width: 1019px) and (min-width: 1020px) and (max-width: 1135px) {}

Original thread from @andydavies https://bsky.app/profile/andydavies.me/post/3lgvt5gjyxc2e
PoC: https://stackblitz.com/edit/no-unreachable-media-conditions?file=index.js

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions