From 1bd3bc9388d2728a75e9c04799ef45923c6605ea Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Thu, 18 Jul 2024 19:53:28 -0400 Subject: [PATCH] tailwind --- Trunk.toml | 6 ----- client/index.html | 4 +-- client/public/styles.css | 55 +++------------------------------------ client/src/lib.rs | 4 ++- client/src/pages/home.rs | 3 +++ client/tailwind.config.js | 11 ++++++++ readme.md | 9 +++++-- src/main.rs | 2 +- 8 files changed, 30 insertions(+), 64 deletions(-) delete mode 100644 Trunk.toml create mode 100644 client/tailwind.config.js diff --git a/Trunk.toml b/Trunk.toml deleted file mode 100644 index 24cca3f..0000000 --- a/Trunk.toml +++ /dev/null @@ -1,6 +0,0 @@ -[build] -target = "client/index.html" -dist = "dist" - -[watch] -watch = ["client"] diff --git a/client/index.html b/client/index.html index 875d3e4..084e291 100644 --- a/client/index.html +++ b/client/index.html @@ -3,7 +3,7 @@
- + @@ -11,5 +11,5 @@ - +