Files
QUZ/frontend/tailwind.config.js
T
2026-07-05 08:45:54 +00:00

13 lines
195 B
JavaScript

export default {
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [require("daisyui")],
daisyui: {
themes: true,
},
}