0.2.16

cursor

interactivity


Values

$bb-cursor-values: (
'default': default,
'pointer': pointer,
'auto': auto,
'none': none,
'wait': wait,
'text': text,
'not-allowed': not-allowed
);

Config

$bb-cursor-config: (
'name': 'cur',
'prop': 'cursor',
'values': $bb-cursor-values
);