Temp fix for CSS: Use style over a bundled file

This commit is contained in:
2020-03-22 17:34:17 +01:00
parent 863b26da1c
commit 3d07c3e887
2 changed files with 3 additions and 3 deletions

View File

@@ -47,8 +47,8 @@ export default {
svelte({
dev,
hydratable: true,
emitCss: false,
css: css => css.write('static/bundle.css'),
emitCss: true,
// css: css => css.write('static/bundle.css'),
preprocess
}),
resolve({

View File

@@ -6,10 +6,10 @@
<meta name="theme-color" content="#3C0576">
<link rel="shortcut icon" type="image/png" href="/img/favicon.png">
<link rel="stylesheet" href="/bundle.css">
%sapper.base%
%sapper.head%
%sapper.styles%
</head>
<body>