Module style::queries::feature_expression
source Β· Expand description
Parsing for query feature expressions, like (foo: bar)
or
(width >= 400px)
.
Structs§
- A feature expression contains a reference to the feature, the value the query contained, and the range to evaluate.
Enums§
- Whether weβre parsing a media or container query feature.
- LegacyRange πThe kind of matching that should be performed on a feature value.
- Operator πThe operator that was specified in this feature.
- A value found or expected in a expression.
Functions§
- disabled_by_pref π