From 43ebe4dc7ca1c44788778f4f466b177dfc3148b8 Mon Sep 17 00:00:00 2001 From: Vyacheslav Scherbinin Date: Wed, 9 Jul 2025 18:17:32 +0700 Subject: [PATCH] fix(config): the min- and max- variants are not supported with a screens configuration containing mixed units --- apps/dokploy/tailwind.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dokploy/tailwind.config.ts b/apps/dokploy/tailwind.config.ts index 4a7ec8ac0..15ea693d3 100644 --- a/apps/dokploy/tailwind.config.ts +++ b/apps/dokploy/tailwind.config.ts @@ -23,7 +23,7 @@ const config = { sans: ["var(--font-inter)", ...defaultTheme.fontFamily.sans], }, screens: { - "3xl": "120rem", + "3xl": "1920px", }, maxWidth: { "2xl": "40rem",