Module background

Source
Expand description

Specified types for CSS values related to backgrounds.

Structs§

BackgroundRepeat
The value of the background-repeat property, with repeat-x / repeat-y represented as the combination of no-repeat and repeat in the opposite axes.

Enums§

BackgroundRepeatKeyword
One of the keywords for background-repeat.

Type Aliases§

BackgroundSize
A specified value for the background-size property.