Skip to main content

Module background

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.
ClipValidity 🔒
Whether a value is valid for background-clip, mask-clip, or both.

Enums§

BackgroundClip
The specified value of the background-clip and mask-clip properties.
BackgroundRepeatKeyword
One of the keywords for background-repeat.

Functions§

background_clip_border_area_enabled 🔒

Type Aliases§

BackgroundSize
A specified value for the background-size property.