1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-13 16:44:58 +02:00

Make some changes outlined in #64

This commit is contained in:
Felix
2020-05-27 14:47:48 -05:00
parent f7f5cae817
commit 1297b75c5c
2 changed files with 4 additions and 3 deletions

View File

@@ -40,11 +40,11 @@ Just stick this in your `<head>`:
### 🌙 Dark Theme: ### 🌙 Dark Theme:
`<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark.min.css">` `<link rel="stylesheet" href=https://cdn.jsdelivr.net/npm/water.css@2/dist/dark.min.css">`
### ☀ Light Theme: ### ☀ Light Theme:
`<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light.min.css">` `<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/dist/light.min.css">`
<br> <br>

View File

@@ -87,6 +87,7 @@
] ]
}, },
"files": [ "files": [
"dist" "dist/*.css",
"LICENSE.md"
] ]
} }