This commit is contained in:
2026-01-20 17:48:53 +05:00
parent bd9b29b8de
commit 26f73a1011
12 changed files with 206 additions and 9 deletions
+5 -1
View File
@@ -2,7 +2,11 @@
export default {
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
extend: {
screens: {
"2xl": "1440px",
},
},
},
plugins: [],
};