This commit is contained in:
2025-02-09 11:25:26 +08:00
parent 7edea0b967
commit a8ff02f26c
8 changed files with 1086 additions and 13 deletions

View File

@@ -11,5 +11,5 @@ export default {
extend: {},
},
darkMode: "class",
plugins: [heroui()],
plugins: [heroui(),require('@tailwindcss/typography'),],
};