Files

9 lines
150 B
JavaScript
Raw Permalink Normal View History

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