Skip to content

Support @media not ios #3

@kristerkari

Description

@kristerkari

Currently you can write this to only target iOS:

@media ios {
  .myClass {
    font-size: 1rem;
  }
}

but it would be good to support the not operator too to target other type than ios:

@media not ios {
  .myClass {
    font-size: 1rem;
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions