Skip to content

Commit

Permalink
Fix css import order
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoTheThird committed Oct 4, 2021
1 parent 878300b commit eb2efbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@

<link rel="stylesheet" href="build/theme.css" />
<link rel="stylesheet" href="global.css" />
<!-- FIXME make rollup put this in build/public in production, too -->
<link rel="stylesheet" href="build/public/build/bundle.css" />
<link rel="stylesheet" href="build/bundle.css" />

<script defer src="build/bundle.js"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default {
dev: !production
}
}),
css({ name: "theme.css" }),
css({ output: "theme.css" }),
resolve({
browser: true,
dedupe: ["svelte"]
Expand Down

0 comments on commit eb2efbe

Please sign in to comment.