Files
hapi/web/tailwind.config.ts
T
2025-12-16 15:03:50 +08:00

11 lines
189 B
TypeScript

import type { Config } from 'tailwindcss'
export default {
content: ['./index.html', './src/**/*.{ts,tsx}'],
theme: {
extend: {}
},
plugins: []
} satisfies Config