chore: update dependencies and configuration for Tailwind CSS

- Added "@tailwindcss/postcss" to package.json dependencies.
- Updated "tailwindcss" version to "^4.3.0" in package.json.
- Modified postcss.config.mjs to use "@tailwindcss/postcss" instead of "tailwindcss".
- Changed darkMode configuration in tailwind.config.ts to a string format.
This commit is contained in:
Poyraz Avsever
2026-06-02 12:46:18 +03:00
parent b6b6f4fc32
commit 01692d3958
12 changed files with 1401 additions and 1208 deletions
+3 -3
View File
@@ -7,8 +7,8 @@ import { Toaster } from "react-hot-toast";
const geist = Geist({ subsets: ["latin"], variable: "--font-sans" });
export const metadata: Metadata = {
title: "Cognis - Your AI Assistant",
description: "Productivity Dashboard - AI-Powered Personal Life and Planning Dashboard",
title: "Cognis",
description: "Self-hosted freelancer operating dashboard",
};
export default function RootLayout({
@@ -19,7 +19,7 @@ export default function RootLayout({
return (
<html
lang="tr"
className={cn("font-sans dark", geist.variable)}
className={cn("font-sans", geist.variable)}
suppressHydrationWarning
>
<body>