0.2.16

z-index

position


Values

$bb-z-index-values: (
'auto': auto,
'-1': -1,
'0': 0,
'1': 1,
'2': 2,
'3': 3,
'4': 4,
'5': 5,
'100': 100
);

Config

$bb-z-index-config: (
'name': 'z',
'prop': 'z-index',
'bps': $bb-bps,
'values': $bb-z-index-values
);