// @ts-ignore Could not find a declaration file for module '@tailwindcss/typography'. import typography from '@tailwindcss/typography' // @ts-ignore Could not find a declaration file for module 'daisyui'. import daisyui from 'daisyui' export default { content: ['./src/**/*.{html,md,js,svelte,ts}'], theme: { extend: {} }, plugins: [typography, 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' ] } }