Boolean
$draggable-disable-everything: false !default;
Boolean
$draggable-disable-horizontal: false !default;
Boolean
$draggable-disable-vertical: false !default;
mixin
@mixin styles($disable-layer: false) { … }
Set to true
to disable all the styles
Set to true
to disable the horizontal draggable styles
Set to true
to disable the vertical draggable styles
Generates all the styles based on feature flags.
Set this to true
to disable the layer behavior