feat(front): add Tailwind CSS configuration file

This commit is contained in:
keven1024
2025-04-07 23:20:19 +08:00
parent f8fea458c6
commit 8659fee06f

11
front/tailwind.config.js Normal file
View File

@@ -0,0 +1,11 @@
module.exports = {
purge: [],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
}