Fix: fix fiveColumns option (#4924)

This commit is contained in:
shamoon 2025-03-14 12:20:10 -07:00 committed by GitHub
parent 471800d5bc
commit 5629440acf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 5 deletions

View file

@ -30,10 +30,6 @@ module.exports = {
900: "rgb(var(--color-900) / <alpha-value>)",
},
},
screens: {
"3xl": "1800px",
// => @media (min-width: 1800px) { ... }
},
},
},
plugins: [tailwindForms, tailwindScrollbars],