// IMPORT ONCE
// We use this to prevent styles from being loaded multiple times for components that rely on other components.
$modules: () !default;
+
@mixin exports($name) {
// Import from global scope
$modules: $modules !global;
-ms-touch-action: manipulation;
touch-action: manipulation;
}
+
@mixin range-slider-handle-style(
$bg: true,
$radius: false,
background: $range-slider-handle-bg-hover-color;
}
}
+
@mixin range-slider-handle() {
@include range-slider-handle-base;
@include range-slider-handle-style;