@jkob/css
v1.0.3
Published
Set of common styles
Downloads
15
Readme
@jkob/css
Usage
Media queries
@import "@jkob/css/media";
@include mobile {}
@include desktop {}
@include dark {}
@include light {}
Scrollbars
@import "@jkob/css/scroll";
body {
// thumb colors: light, dark, hoverLight, hoverDark
@include scroll(lightgray, gray, black, white);
}