From ec63a80d4223422ef9cbbb6d36edfe16efe29c51 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Sun, 13 Jun 2021 12:18:29 -0400 Subject: [PATCH] make the css imports part of the svelte template --- src/app.html | 4 ---- src/routes/index.svelte | 20 +++++++++++++++++--- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/src/app.html b/src/app.html index 73dd34a..245305c 100644 --- a/src/app.html +++ b/src/app.html @@ -4,10 +4,6 @@ - - - - %svelte.head% diff --git a/src/routes/index.svelte b/src/routes/index.svelte index c06ebc8..c7121fd 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -1,6 +1,20 @@ - + + {#each stylesheets as href (href)} + + {/each} + +