From 3d2a92d283e41c91e8c97d8974822f99577384b9 Mon Sep 17 00:00:00 2001 From: Avnyr Date: Sun, 4 Jan 2026 23:39:06 +0100 Subject: [PATCH] Update Biome and TailwindCSS configurations; remove unused font imports --- frontend/biome.json | 5 +++++ frontend/package.json | 2 +- frontend/src/app/layout.tsx | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/frontend/biome.json b/frontend/biome.json index 4432791..da642c5 100644 --- a/frontend/biome.json +++ b/frontend/biome.json @@ -27,6 +27,11 @@ "react": "recommended" } }, + "css": { + "parser": { + "tailwindDirectives": true + } + }, "assist": { "actions": { "source": { diff --git a/frontend/package.json b/frontend/package.json index cc0b88e..c7228c0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,7 @@ "react-dom": "19.2.3" }, "devDependencies": { - "@biomejs/biome": "2.2.0", + "@biomejs/biome": "2.3.11", "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "^19", diff --git a/frontend/src/app/layout.tsx b/frontend/src/app/layout.tsx index aa0a81b..76f6fd8 100644 --- a/frontend/src/app/layout.tsx +++ b/frontend/src/app/layout.tsx @@ -1,5 +1,5 @@ import type { Metadata } from "next"; -import { Geist, Geist_Mono, Ubuntu_Mono, Ubuntu_Sans } from "next/font/google"; +import { Ubuntu_Mono, Ubuntu_Sans } from "next/font/google"; import "./globals.css"; const ubuntuSans = Ubuntu_Sans({