fix(config): the min- and max- variants are not supported with a screens configuration containing mixed units

This commit is contained in:
Vyacheslav Scherbinin
2025-07-09 18:17:32 +07:00
parent 0113ebe7da
commit 43ebe4dc7c

View File

@@ -23,7 +23,7 @@ const config = {
sans: ["var(--font-inter)", ...defaultTheme.fontFamily.sans],
},
screens: {
"3xl": "120rem",
"3xl": "1920px",
},
maxWidth: {
"2xl": "40rem",