mirror of
https://github.com/kognise/water.css.git
synced 2025-08-19 19:32:31 +02:00
Merge branch 'two' into new-file-structure
This commit is contained in:
10
README.md
10
README.md
@@ -1,7 +1,7 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<!-- <a href="https://www.npmjs.com/package/water.css"><img align="center" src="https://img.shields.io/npm/v/water.css.svg" alt="NPM page"></a> -->
|
<a href="https://www.npmjs.com/package/water.css"><img align="center" src="https://img.shields.io/npm/v/water.css.svg" alt="NPM page"></a>
|
||||||
<a href="https://www.reddit.com/r/webdev/comments/b9m6mv/watercss_a_collection_of_neat_styles_for_simple/"><img align="center" src="https://img.shields.io/badge/on-reddit-orange.svg" alt="On Reddit"></a>
|
<a href="https://www.producthunt.com/posts/water-css"><img align="center" src="https://img.shields.io/badge/on-product%20hunt-blue.svg" alt="On Product Hunt"></a>
|
||||||
<a href="https://www.producthunt.com/posts/water-css"><img align="center" src="https://img.shields.io/badge/on-product%20hunt-red.svg" alt="On Product Hunt"></a>
|
<a href="https://github.com/kognise/water.css/pulls"><img align="center" src="https://img.shields.io/github/contributors-anon/kognise/water.css" alt="Contributors"></a>
|
||||||
<a href="https://github.com/kognise/water.css/blob/master/LICENSE.md"><img align="center" src="https://img.shields.io/github/license/kognise/water.css.svg" alt="MIT license"></a>
|
<a href="https://github.com/kognise/water.css/blob/master/LICENSE.md"><img align="center" src="https://img.shields.io/github/license/kognise/water.css.svg" alt="MIT license"></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
<h1 align="center">Water.css</h1>
|
<h1 align="center">Water.css</h1>
|
||||||
<p align="center">🌊 A drop-in collection of CSS styles to make simple websites just a little nicer</p>
|
<p align="center">🌊 A drop-in collection of CSS styles to make simple websites just a little nicer</p>
|
||||||
|
|
||||||
[](https://watercss.netlify.com/)
|
[](https://watercss.kognise.dev/)
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
@@ -55,7 +55,7 @@ Just stick this in your `<head>`:
|
|||||||
|
|
||||||
### Other options:
|
### Other options:
|
||||||
|
|
||||||
> ⚡ An interactive version selection is available [on the **demo page**!](https://watercss.netlify.com/#installation)
|
> ⚡ An interactive version selection is available [on the **demo page**!](https://watercss.kognise.dev/#installation)
|
||||||
|
|
||||||
#### Enforce a theme and ignore `(prefers-color-scheme)`
|
#### Enforce a theme and ignore `(prefers-color-scheme)`
|
||||||
|
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Water.css</title>
|
<title>Water.css</title>
|
||||||
<link rel="canonical" href="https://watercss.netlify.com/" />
|
<link rel="canonical" href="https://watercss.kognise.dev/" />
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content="A drop-in collection of CSS styles to make simple websites like this just a little bit nicer."
|
content="A drop-in collection of CSS styles to make simple websites like this just a little bit nicer."
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image" />
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://watercss.netlify.com/" />
|
<meta property="og:url" content="https://watercss.kognise.dev/" />
|
||||||
<meta property="og:title" content="Water.css" />
|
<meta property="og:title" content="Water.css" />
|
||||||
<meta
|
<meta
|
||||||
property="og:description"
|
property="og:description"
|
||||||
@@ -53,7 +53,7 @@
|
|||||||
"@type": "WebSite",
|
"@type": "WebSite",
|
||||||
"name": "Water.css",
|
"name": "Water.css",
|
||||||
"alternateName": "Water.css",
|
"alternateName": "Water.css",
|
||||||
"url": "https://watercss.netlify.com/"
|
"url": "https://watercss.kognise.dev/"
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user