From ce93d1f0b90db277148ffc075b3ffa2fddc601db Mon Sep 17 00:00:00 2001 From: Igor Kowalczyk Date: Thu, 6 Mar 2025 22:35:51 +0100 Subject: [PATCH] Update Tailwind CSS to v4 --- app/layout.jsx | 2 +- app/page.jsx | 10 +- components/Form.jsx | 4 +- eslint.config.mjs | 3 +- package.json | 4 +- pnpm-lock.yaml | 781 +++++++++++++++----------------------------- postcss.config.js | 3 +- prettier.config.mjs | 3 + styles/globals.css | 28 +- tailwind.config.js | 21 -- 10 files changed, 302 insertions(+), 557 deletions(-) delete mode 100644 tailwind.config.js diff --git a/app/layout.jsx b/app/layout.jsx index a66474b3..d893a331 100644 --- a/app/layout.jsx +++ b/app/layout.jsx @@ -54,7 +54,7 @@ export default function RootLayout({ children }) { return ( -
+
{children}
- From Vision to Reality: -

Building the future of the Web

+ From Vision to Reality: +

Building the future of the Web

Join the community of developers
who are building the future of the web.

-
+
-
-
+
+
); diff --git a/components/Form.jsx b/components/Form.jsx index 014ce79e..0d71ecb2 100644 --- a/components/Form.jsx +++ b/components/Form.jsx @@ -66,8 +66,8 @@ export function Form() {