/** * Legacy theme file kept for tooling that still reads it. * Source of truth for colors/fonts is @theme in src/style.css (Tailwind v4). */ export default { content: ['./index.html', './src/**/*.{vue,js,ts}'], darkMode: 'class', }