We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b6b50 commit 85f483fCopy full SHA for 85f483f
2 files changed
app/css/index.css
@@ -1,4 +1,4 @@
1
-@import "../../src/index.css";
+/* @import "../../src/index.css"; */
2
3
:root {
4
--surface: lch(5 0 0);
app/index.html
@@ -9,7 +9,7 @@
9
<meta name="theme-color" content="#ff69b4">
10
<meta name="description" content="just add water clip-path mask transitions">
11
12
- <!-- <link rel="stylesheet" href="bundle.css"> -->
+ <link rel="stylesheet" href="bundle.css">
13
<link rel="stylesheet" href="//unpkg.com/transition-style">
14
<script src="bundle.js" type="module" defer></script>
15
</head>
0 commit comments