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§
- Generic
Border Corner Radius - A generic value for the
border-*-radiuslonghand properties. - Generic
Border Image Slice - A generic value for the
border-image-sliceproperty. - Generic
Border Radius - A generic value for
border-radiusandinset(). - Generic
Border Spacing - A generic value for the
border-spacingproperty.
Enums§
- Generic
Border Image Side Width - A generic value for a single side of a
border-image-widthproperty.