Skip to content

Commit 85f483f

Browse files
author
Adam Argyle
committed
prod loading setup
1 parent e4b6b50 commit 85f483f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/css/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import "../../src/index.css";
1+
/* @import "../../src/index.css"; */
22

33
:root {
44
--surface: lch(5 0 0);

app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="theme-color" content="#ff69b4">
1010
<meta name="description" content="just add water clip-path mask transitions">
1111

12-
<!-- <link rel="stylesheet" href="bundle.css"> -->
12+
<link rel="stylesheet" href="bundle.css">
1313
<link rel="stylesheet" href="//unpkg.com/transition-style">
1414
<script src="bundle.js" type="module" defer></script>
1515
</head>

0 commit comments

Comments
 (0)