Skip to content

Commit b6dc69a

Browse files
committed
JavaScript import
1 parent 1636fe8 commit b6dc69a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/plots/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<head></head>
44
<style>
55

6-
@import "/dist/style.css";
7-
86
body {
97
max-width: 960px;
108
margin: 1em auto;
@@ -13,6 +11,7 @@
1311
</style>
1412
<script type="module">
1513

14+
import "/dist/style.css";
1615
import * as tests from "./index.js";
1716

1817
if (location.pathname !== "/") {

0 commit comments

Comments
 (0)