mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-19 14:15:21 +02:00
fix(config): the min- and max- variants are not supported with a screens configuration containing mixed units
This commit is contained in:
@@ -23,7 +23,7 @@ const config = {
|
||||
sans: ["var(--font-inter)", ...defaultTheme.fontFamily.sans],
|
||||
},
|
||||
screens: {
|
||||
"3xl": "120rem",
|
||||
"3xl": "1920px",
|
||||
},
|
||||
maxWidth: {
|
||||
"2xl": "40rem",
|
||||
|
||||
Reference in New Issue
Block a user