From 294a5a5ad2a657084ba3d8363f085fdddaec6fcd Mon Sep 17 00:00:00 2001 From: Dada878 Date: Tue, 19 Nov 2024 00:57:44 +0800 Subject: [PATCH] fix: remove unused text-balance utility from globals.css --- app/(cfp)/globals.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/(cfp)/globals.css b/app/(cfp)/globals.css index 469f5cf4..4ce06cce 100644 --- a/app/(cfp)/globals.css +++ b/app/(cfp)/globals.css @@ -2,12 +2,6 @@ @tailwind components; @tailwind utilities; -@layer utilities { - .text-balance { - text-wrap: balance; - } -} - html, body { @apply bg-light-brown;