Expand description
Generic types for CSS values related to borders.
Re-exports§
pub use self::GenericBorderImageSideWidth as BorderImageSideWidth;
pub use self::GenericBorderImageSlice as BorderImageSlice;
pub use self::GenericBorderCornerRadius as BorderCornerRadius;
pub use self::GenericBorderSpacing as BorderSpacing;
pub use self::GenericBorderRadius as BorderRadius;
Structs§
- A generic value for the
border-*-radius
longhand properties. - A generic value for the
border-image-slice
property. - A generic value for
border-radius
andinset()
. - A generic value for the
border-spacing
property.
Enums§
- A generic value for a single side of a
border-image-width
property.