From 2f94cdda0fc3c082fa44781e1a8807c0bafaa9ec Mon Sep 17 00:00:00 2001 From: Tim Wundenberg Date: Mon, 3 Feb 2025 22:14:56 +0100 Subject: [PATCH] fix(deps): remove daisyui classes --- input.css | 18 +---- template/auth/delete_account.templ | 4 +- template/auth/user.templ | 50 ++++++------ template/auth/verify.templ | 2 +- template/auth/verify_response.templ | 50 ++++++------ template/index.templ | 20 ++--- template/layout.templ | 76 +++++++++--------- template/not_found.templ | 10 +-- template/workout/workout.templ | 116 ++++++++++++++-------------- 9 files changed, 167 insertions(+), 179 deletions(-) diff --git a/input.css b/input.css index 817b0e4..7a89382 100644 --- a/input.css +++ b/input.css @@ -1,6 +1,7 @@ @import 'tailwindcss'; @source './static/**/*.js'; +@source './template/**/*.templ'; @theme { --animate-fade: fadeOut 0.25s ease-in; @@ -15,20 +16,3 @@ } } -/* - The default border color has changed to `currentColor` in Tailwind CSS v4, - so we've added these compatibility styles to make sure everything still - looks the same as it did with Tailwind CSS v3. - - If we ever want to remove these styles, we need to add an explicit border - color utility to any element that depends on these defaults. -*/ -@layer base { - *, - ::after, - ::before, - ::backdrop, - ::file-selector-button { - border-color: var(--color-gray-200, currentColor); - } -} diff --git a/template/auth/delete_account.templ b/template/auth/delete_account.templ index 959a93f..384bace 100644 --- a/template/auth/delete_account.templ +++ b/template/auth/delete_account.templ @@ -12,7 +12,7 @@ templ DeleteAccountComp() {

Are you sure you want to delete your account? This action is irreversible.

-