Skip to content

Commit aac9173

Browse files
committed
Use relative import for Aura CSS
1 parent 23d78d1 commit aac9173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/aura.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Aura</title>
8-
<link rel="stylesheet" href="/packages/aura/aura.css">
8+
<link rel="stylesheet" href="../packages/aura/aura.css">
99
<script type="module">
1010
window.Vaadin ||= {};
1111
window.Vaadin.featureFlags ||= {};

0 commit comments

Comments
 (0)