From ffe9419db196125b27b3a1d3aa6e20f2123194f2 Mon Sep 17 00:00:00 2001 From: Aidan Date: Mon, 17 Feb 2025 11:49:18 -0500 Subject: [PATCH] bump (move to next@canary), use tailwindcss v4 --- .gitignore | 5 +- app/about/page.tsx | 2 +- app/contact/page.tsx | 2 +- app/domains/page.tsx | 2 +- app/globals.css | 55 +++++++++++++------ app/manifesto/page.tsx | 2 +- app/music/page.tsx | 2 +- app/page.tsx | 2 +- app/time-periods/early-summer-2024/page.tsx | 2 +- .../what-was-going-on/page.tsx | 2 +- app/time-periods/late-summer-2024/page.tsx | 2 +- .../what-was-going-on/page.tsx | 2 +- components/Header.tsx | 2 +- components/objects/BackButton.tsx | 2 +- components/objects/Button.tsx | 2 +- components/widgets/FeaturedRepos.tsx | 2 +- components/widgets/LastPlayed.tsx | 2 +- components/widgets/Music.tsx | 2 +- package.json | 15 ++--- postcss.config.mjs | 2 +- tailwind.config.ts | 18 ------ 21 files changed, 67 insertions(+), 60 deletions(-) delete mode 100644 tailwind.config.ts diff --git a/.gitignore b/.gitignore index 009bcc2..8f8ec6b 100644 --- a/.gitignore +++ b/.gitignore @@ -47,4 +47,7 @@ bun.lockb package-lock.json # vs code -.vscode/ \ No newline at end of file +.vscode/ + +# webstorm +.idea/ \ No newline at end of file diff --git a/app/about/page.tsx b/app/about/page.tsx index c6362af..56150d8 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -6,7 +6,7 @@ export default function About() { return (
-
+