Type Definition style::values::specified::border::BorderImageSideWidth [] [src]

type BorderImageSideWidth = GenericBorderImageSideWidth<LengthOrPercentage, Number>;

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

Methods

impl BorderImageSideWidth
[src]

[src]

Returns 1.

Trait Implementations

impl Parse for BorderImageSideWidth
[src]

[src]

Parse a value of this type. Read more