Skip to content

Instantly share code, notes, and snippets.

View Alex-D's full-sized avatar

Alexandre Demode Alex-D

View GitHub Profile
@Alex-D
Alex-D / _scrollbar-mixin.scss
Last active January 18, 2021 15:31
Scrollbar SCSS mixin
@mixin scrollbars(
$size,
$foreground-color,
$background-color,
$border-width: 0,
$context-hover-background-color: lighten($foreground-color, 5%),
$hover-background-color: lighten($foreground-color, 10%),
) {
// Blink browsers (Chrome, Edge)
&::-webkit-scrollbar {