From 60ceb8c63c71c09d58eb8e4e6b0ddc8795f605af Mon Sep 17 00:00:00 2001 From: Nulo Date: Mon, 28 Aug 2023 10:38:39 -0300 Subject: [PATCH] limpiar css/incorporar tailwind --- index.html | 14 +++++++++----- src/App.svelte | 2 +- src/app.css | 25 ++----------------------- 3 files changed, 12 insertions(+), 29 deletions(-) diff --git a/index.html b/index.html index e33cff1..d3fc49b 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,14 @@ - + - - + + Schreiben - -
+ +
diff --git a/src/App.svelte b/src/App.svelte index 4825d72..63b4817 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -2,7 +2,7 @@ import { setRouteToLastPagePromise, currentRoute } from "./lib/router"; -
+
{#await setRouteToLastPagePromise then}