geekai/web/tailwind.config.js
2024-12-24 11:07:04 +08:00

8 lines
132 B
JavaScript

module.exports = {
content: ["./index.html", "./src/**/*.{vue,js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
};