Expand description
Generic types for box properties.
Re-exports§
pub use self::GenericVerticalAlign as VerticalAlign;
pub use self::GenericContainIntrinsicSize as ContainIntrinsicSize;
pub use self::GenericLineClamp as LineClamp;
pub use self::GenericPerspective as Perspective;
Structs§
- Note that we only implement -webkit-line-clamp as a single, longhand property for now, but the spec defines line-clamp as a shorthand for separate max-lines, block-ellipsis, and continue properties.
Enums§
- https://drafts.csswg.org/css-sizing-4/#intrinsic-size-override
- A generic value for the
perspective
property. - A generic value for the
vertical-align
property.