2026-06-25 07:43:27 +09:00
|
|
|
export default {
|
|
|
|
|
content: [
|
|
|
|
|
"./index.html",
|
|
|
|
|
"./src/**/*.{vue,js,ts,jsx,tsx}",
|
|
|
|
|
],
|
|
|
|
|
theme: {
|
|
|
|
|
extend: {},
|
|
|
|
|
},
|
|
|
|
|
plugins: [require("daisyui")],
|
|
|
|
|
daisyui: {
|
2026-07-05 09:12:04 +00:00
|
|
|
themes: [
|
|
|
|
|
"light", "dark", "cupcake", "bumblebee", "emerald", "corporate",
|
|
|
|
|
"synthwave", "retro", "cyberpunk", "valentine", "halloween",
|
|
|
|
|
"garden", "forest", "aqua", "lofi", "pastel", "fantasy",
|
|
|
|
|
"wireframe", "black", "luxury", "dracula", "cmyk", "autumn",
|
|
|
|
|
"business", "acid", "lemonade", "night", "coffee", "winter",
|
|
|
|
|
"dim", "nord", "sunset", "caramellatte", "abyss", "silk"
|
|
|
|
|
],
|
2026-06-25 07:43:27 +09:00
|
|
|
},
|
|
|
|
|
}
|