Skip to content

Commit 0eee8dc

Browse files
committed
fix(fragments/vanilla): use correct styles import
1 parent ed4521d commit 0eee8dc

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

.changes/msrv-1.58.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
"create-tauri-app": "minor"
3+
"create-tauri-app-js": "minor"
34
---
45

56
Bump MSRV to `1.58`

.changes/vanilla-styles.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"create-tauri-app": "patch"
3+
"create-tauri-app-js": "patch"
4+
---
5+
6+
Fix styles import in `vanilla` template

packages/cli/fragments/fragment-vanilla/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="stylesheet" href="style.css" />
5+
<link rel="stylesheet" href="styles.css" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Tauri App</title>
88
<script type="module" src="/main.js" defer></script>

0 commit comments

Comments
 (0)