style::queries

Module condition

Source
Expand description

A query condition:

https://drafts.csswg.org/mediaqueries-4/#typedef-media-condition https://drafts.csswg.org/css-contain-3/#typedef-container-condition

Structs§

  • A custom -moz-pref(, ) query feature.
  • A style query feature: https://drafts.csswg.org/css-conditional-5/#typedef-style-feature

Enums§

  • AllowOr 🔒
    Whether to allow an or condition or not during parsing.
  • A boolean value for a pref query.
  • Simple values we support for -moz-pref(). We don’t want to deal with calc() and other shenanigans for now.
  • A binary and or or operator.
  • Represents a condition.

Functions§

Type Aliases§