AWS-Panel/frontend/tailwind.config.cjs

8 lines
119 B
JavaScript
Raw Normal View History

2025-12-10 12:02:17 +08:00
module.exports = {
content: ["./index.html", "./src/**/*.{vue,ts}"],
theme: {
extend: {}
},
plugins: []
};