Files
geekai/web/tailwind.config.js
2025-05-26 15:56:18 +08:00

8 lines
129 B
JavaScript

export default {
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [],
}