0.1.3 • Published 8 months ago

mizu.css v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

mizu.css

mizu.css is a classless CSS framework. mizu.css is extremely influenced by water.css, and “mizu” comes from the Japanese translation of “water”, 「水」.

Usage

CDN

<!-- auto(light/dark) theme -->
<link rel="stylesheet" href="https://www.unpkg.com/mizu.css/min/mizu.css" />
<!-- light theme -->
<link rel="stylesheet" href="https://www.unpkg.com/mizu.css/min/light.css" />
<!-- dark theme -->
<link rel="stylesheet" href="https://www.unpkg.com/mizu.css/min/dark.css" />
<!-- without any theme -->
<link rel="stylesheet" href="https://www.unpkg.com/mizu.css/min/core.css" />

NPM

npm install mizu.css

with vite/webpack or other bundlers:

// auto(light/dark) theme
import "mizu.css";
// light theme
import "mizu.css/light.css";
// dark theme
import "mizu.css/dark.css";
// without any theme
import "mizu.css/core.css";

License

MIT

0.1.3

8 months ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago