Skip to content

Commit 2b47aff

Browse files
Feature : html 수정
1 parent 196a02f commit 2b47aff

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

packages/vanilla/index.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,19 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<script src="https://cdn.tailwindcss.com"></script>
77
<!--app-head-->
8-
<link rel="stylesheet" href="/src/styles.css">
8+
<!--app-data-->
9+
<link rel="stylesheet" href="/src/styles.css" />
910
<script>
1011
tailwind.config = {
1112
theme: {
1213
extend: {
1314
colors: {
14-
primary: '#3b82f6',
15-
secondary: '#6b7280'
16-
}
17-
}
18-
}
19-
}
15+
primary: "#3b82f6",
16+
secondary: "#6b7280",
17+
},
18+
},
19+
},
20+
};
2021
</script>
2122
</head>
2223
<body class="bg-gray-50">

0 commit comments

Comments
 (0)