From 474851c82cc9c9c93f80d9a41569e95272da2997 Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Thu, 2 Jun 2022 08:26:33 -0500 Subject: Normally these would go inside a file named `tailwind.css` to be compiled into `index.css` included in `index.html`. I had trouble trying to set that up (no docs for this) so this solution I found works fine. --- src/App.svelte | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/App.svelte') diff --git a/src/App.svelte b/src/App.svelte index 4fbef54..260e037 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -2,4 +2,10 @@ import Editor from "./components/Editor.svelte"; + + -- cgit v1.2.3