Type Definition style::values::specified::background::BackgroundSize [] [src]

type BackgroundSize = GenericBackgroundSize<LengthOrPercentageOrAuto>;

A specified value for the background-size property.

Methods

impl BackgroundSize
[src]

[src]

Returns auto auto.

Trait Implementations

impl Parse for BackgroundSize
[src]

[src]

Parse a value of this type. Read more