remove daisyui from tailwind config
This commit is contained in:
parent
4f0704502a
commit
f2bccfde17
1 changed files with 0 additions and 22 deletions
|
|
@ -1,30 +1,8 @@
|
|||
import type { Config } from 'tailwindcss'
|
||||
import daisyui from 'daisyui'
|
||||
|
||||
export default {
|
||||
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [daisyui],
|
||||
daisyui: {
|
||||
themes: [
|
||||
'cupcake',
|
||||
'bumblebee',
|
||||
'retro',
|
||||
'halloween',
|
||||
'fantasy',
|
||||
'wireframe',
|
||||
'luxury',
|
||||
'dracula',
|
||||
'autumn',
|
||||
'business',
|
||||
'lemonade',
|
||||
'night',
|
||||
'coffee',
|
||||
'dim',
|
||||
'sunset',
|
||||
],
|
||||
defaultTheme: 'lemonade',
|
||||
},
|
||||
} satisfies Config
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue