Expand description
Generic types for CSS values related to length.
Re-exports§
pub use self::GenericLengthPercentageOrAuto as LengthPercentageOrAuto;
pub use self::GenericSize as Size;
pub use self::GenericMaxSize as MaxSize;
pub use self::GenericLengthOrNumber as LengthOrNumber;
pub use self::GenericLengthPercentageOrNormal as LengthPercentageOrNormal;
Structs§
- Anchor size function used by sizing, margin and inset properties. This resolves to the size of the anchor at computed time.
Enums§
- Keyword values for the anchor size function.
- A generic
<length>
|<number>
value for thetab-size
property. - A
<length-percentage> | auto
value. - A generic
<length-percentage>
| normal` value. - Specified type for
margin
properties, which allows the use of theanchor-size()
function. - A generic value for the
max-width
ormax-height
property. - A generic value for the
width
,height
,min-width
, ormin-height
property.