Module z_index

Module z_index 

Source
Expand description

Utilities for controlling the stack order of an element.

Class Properties
z-<integer>z-index: <integer>;
z-autoz-index: auto;

§Tailwind compatibility

Z-Index values don’t follow Tailwind’s philosophy of limiting possible values and all spacing values are supported. They are however perfectly compatible with Tailwind’s values.

§Negative values

This plugin supports negative values. For example, -z-2 or hover:-z-2.

Tailwind reference