mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 17:25:34 +08:00
38 lines
607 B
TypeScript
38 lines
607 B
TypeScript
|
export default {
|
||
|
content: ['./src/**/*.{css,tsx}'],
|
||
|
plugins: [require('daisyui')],
|
||
|
daisyui: {
|
||
|
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',
|
||
|
],
|
||
|
},
|
||
|
}
|