Files

9 lines
166 B
JavaScript
Raw Permalink Normal View History

2025-09-08 04:48:28 +08:00
module.exports = {
content: ['./index.html', './src/**/*.{vue,js,ts}'],
darkMode: ['selector', '[data-theme="dark"]'],
theme: {
extend: {},
},
plugins: [],
};