Expand description
Dynamic CSS selectors for runtime evaluation based on OS, media queries, container queries, etc.
Structs§
- CssProperty
With Conditions - A CSS property with optional conditions for when it should be applied.
This replaces
NodeDataInlineCssPropertywith a more flexible system. - CssProperty
With Conditions Vec - Dynamic
Selector Context - Context for evaluating dynamic selectors
- Dynamic
Selector Vec - MinMax
Range - Min/Max Range for numeric conditions (C-compatible)
- Pseudo
State Flags - State flags for pseudo-classes (used in DynamicSelectorContext) Note: This is a CSS-only version. See azul_core::styled_dom::StyledNodeState for the main type.
Enums§
- Bool
Condition - Boolean condition (C-compatible)
- CssProperty
With Conditions VecDestructor - Dynamic
Selector - Dynamic selector that is evaluated at runtime C-compatible: Tagged union with single field
- Dynamic
Selector VecDestructor - Language
Condition - Language/Locale condition for @lang() CSS selector Matches BCP 47 language tags with prefix matching
- Linux
Desktop Env - Media
Type - Option
Linux Desktop Env - Orientation
Type - OsCondition
- OsVersion
Condition - Pseudo
State Type - Theme
Condition