Files
FixIt/assets/css/_mixin/_scrollbar-width.scss
T

5 lines
158 B
SCSS

@mixin scrollbar-width($width: thin, $widthLegacy: 12px) {
--#{$prefix}scrollbar-width: #{$width};
--#{$prefix}scrollbar-width-legacy: #{$widthLegacy};
}