From 8180c1775f834bf27bcf6eff251ad2d3c2a13d0a Mon Sep 17 00:00:00 2001
From: Eli <88557639+lishaduck@users.noreply.github.com>
Date: Sat, 18 Jan 2025 22:21:52 -0600
Subject: [PATCH] chore: migrate gpa-calculator to tailwind 4
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
And off of the play CDN.
Unfortunately, Fontaine has issues with Tailwind’s generated styles, see unjs/fontaine#446.
Also, @tailwindcss/forms is really ugly with our styles.
Fixes: #5.
---
apps/gpa-calculator/index.html | 7 +++----
apps/gpa-calculator/package.json | 2 ++
apps/gpa-calculator/src/styles/global.css | 5 +++--
apps/gpa-calculator/tailwind.config.ts | 4 ----
apps/gpa-calculator/vite.config.ts | 13 ++++++++-----
knip.json | 2 +-
pnpm-lock.yaml | 6 ++++++
project_words.txt | 2 ++
8 files changed, 25 insertions(+), 16 deletions(-)
delete mode 100644 apps/gpa-calculator/tailwind.config.ts
diff --git a/apps/gpa-calculator/index.html b/apps/gpa-calculator/index.html
index 28910b0c..a61a0c20 100644
--- a/apps/gpa-calculator/index.html
+++ b/apps/gpa-calculator/index.html
@@ -5,7 +5,6 @@