mirror of
https://github.com/kognise/water.css.git
synced 2025-08-20 11:51:58 +02:00
feat: output styles to docs, so site can use them
This commit is contained in:
@@ -27,14 +27,14 @@
|
||||
</script>
|
||||
|
||||
<!-- Startup styles of water.css, so styles don't have to wait until JS is loaded -->
|
||||
<link rel="preload" as="style" href="../dark-legacy.standalone.min.css" />
|
||||
<link rel="preload" as="style" href="./water.css/dark-legacy.standalone.min.css" />
|
||||
<link
|
||||
rel="preload"
|
||||
as="style"
|
||||
media="(prefers-color-scheme: dark)"
|
||||
href="../dark-legacy.standalone.min.css"
|
||||
href="./water.css/dark-legacy.standalone.min.css"
|
||||
/>
|
||||
<link rel="stylesheet" id="js-startup-stylesheet" href="../dark-legacy.min.css" />
|
||||
<link rel="stylesheet" id="js-startup-stylesheet" href="./water.css/dark-legacy.min.css" />
|
||||
|
||||
<!-- Dynamic version of water.css, overwrites startup styles. JavaScript sets & updates href -->
|
||||
<link rel="stylesheet" id="js-stylesheet" />
|
||||
|
Reference in New Issue
Block a user