9 lines
240 B
JavaScript
9 lines
240 B
JavaScript
/**
|
|
* 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',
|
|
}
|