Skip to content

Commit

Permalink
fix(fragments/vanilla): use correct styles import
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Mar 7, 2023
1 parent ed4521d commit 0eee8dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changes/msrv-1.58.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
"create-tauri-app": "minor"
"create-tauri-app-js": "minor"
---

Bump MSRV to `1.58`
6 changes: 6 additions & 0 deletions .changes/vanilla-styles.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"create-tauri-app": "patch"
"create-tauri-app-js": "patch"
---

Fix styles import in `vanilla` template
2 changes: 1 addition & 1 deletion packages/cli/fragments/fragment-vanilla/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="styles.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tauri App</title>
<script type="module" src="/main.js" defer></script>
Expand Down

0 comments on commit 0eee8dc

Please sign in to comment.