1.0.3 • Published 9 months ago

@jkob/css v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

@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);
}
1.0.3

9 months ago