Type Alias style::values::specified::position::ZIndex

source ·
pub type ZIndex = ZIndex<Integer>;
Expand description

A specified value for the z-index property.

Aliased Type§

enum ZIndex {
    Integer(Integer),
    Auto,
}

Variants§

§

Integer(Integer)

An integer value.

§

Auto

The keyword auto.