KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
BackgroundSize
Type Alias BackgroundSize
BackgroundSize
:
|
{
height
:
LengthPercentageOrAuto
;
type
:
"explicit"
;
width
:
LengthPercentageOrAuto
;
}
|
{
type
:
"cover"
}
|
{
type
:
"contain"
}
A value for the
background-size
property.
Type Declaration
{
height
:
LengthPercentageOrAuto
;
type
:
"explicit"
;
width
:
LengthPercentageOrAuto
;
}
height
:
LengthPercentageOrAuto
The height of the background.
type
:
"explicit"
width
:
LengthPercentageOrAuto
The width of the background.
{
type
:
"cover"
}
{
type
:
"contain"
}
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
Github
KC's Workspace
Loading...
A value for the background-size property.