mirror of
https://github.com/kognise/water.css.git
synced 2025-08-06 13:16:58 +02:00
Updated README.md with .min files
This commit is contained in:
@@ -34,10 +34,10 @@ You probably don't want to use it for a production app or something that has mor
|
|||||||
Just stick this in your head:
|
Just stick this in your head:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<link rel='stylesheet' href='https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark.css'>
|
<link rel='stylesheet' href='https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark.min.css'>
|
||||||
```
|
```
|
||||||
|
|
||||||
Well, there's a dark theme and a light theme. If you want the light theme, use `light.css` instead of `dark.css`. See [Theming](#theming) to make your own theme!
|
Well, there's a dark theme and a light theme. If you want the light theme, use `light.min.css` instead of `dark.min.css`. See [Theming](#theming) to make your own theme!
|
||||||
|
|
||||||
No other classes or code is required to make Water.css work. If you want a specific version, you can replace `@latest` with `@version`. See [all the versions](https://github.com/kognise/water.css/releases).
|
No other classes or code is required to make Water.css work. If you want a specific version, you can replace `@latest` with `@version`. See [all the versions](https://github.com/kognise/water.css/releases).
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user