Module border

Source
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§

GenericBorderCornerRadius
A generic value for the border-*-radius longhand properties.
GenericBorderImageSlice
A generic value for the border-image-slice property.
GenericBorderRadius
A generic value for border-radius and inset().
GenericBorderSpacing
A generic value for the border-spacing property.

Enums§

GenericBorderImageSideWidth
A generic value for a single side of a border-image-width property.