mirror of
https://github.com/kognise/water.css.git
synced 2025-01-17 19:58:13 +01:00
Updated README.md with .min files
This commit is contained in:
parent
d3851506f3
commit
aebf27c289
@ -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:
|
||||
|
||||
```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).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user