pub type CompactOverflowProps = BTreeMap<CssPropertyType, CssProperty>;Expand description
Overflow properties that couldn’t fit in Tier 1/2 encoding.
Contains the original CssProperty values for properties that:
- Have calc() expressions
- Exceed the numeric range of compact encoding
- Are rare CSS properties (grid, transforms, etc.)
Aliased Type§
pub struct CompactOverflowProps { /* private fields */ }