Files
zn-ai/tailwind.config.ts
2025-10-12 14:12:29 +08:00

11 lines
187 B
TypeScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}